#6cdec4

Color #6CDEC4 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6CDEC4

Tints of Downy #6CDEC4

Color information

#6CDEC4 (or 0x6CDEC4) is unknown color: approx Downy. HEX triplet: 6C, DE and C4. RGB value is (108,222,196). Sum of RGB (Red+Green+Blue) = 108+222+196=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEC4 is #93213B. Grayscale: #B8B8B8. Windows color (decimal): -9642300 or 12901996. OLE color: 12901996.

HSL color Cylindrical-coordinate representation of color #6CDEC4: hue angle of 166.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDEC4 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB108222196-
CMYK0.5100.120.13
HSL166.32º63.33%64.71%-
HSV(B)166.32º51.35%87.06%-
XYZ42.2759.4261.47-
YUV184.95134.2373.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 20.53%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=20.53%
G=42.21%
B=37.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082221960.5100.120.13166.3263.3364.71
Hex6CDEC4330CDa63f41
Octal154336304630141524677101
Binary11011001101111011000100110011011001101101001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cdec4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6cdec4; }

 p { color: rgb(108,222,196); }

 H1.HeaderClassName
 {
   color: #6cdec4;
 }
 .AnyTagClassName
 {
   color: #6cdec4;
 }
</style>
background-color css

<style>
 a { background-color: #6cdec4; }

 a { background-color: rgb(108,222,196); }

 div.DivClassName
 {
   background-color: #6cdec4;
 }
 .BgClassName
 {
   background-color: #6cdec4;
 }
</style>
border-color css

<style>
 span { border-color: #6cdec4; }

 span { border-color: rgb(108,222,196); }

 td.TdClassName
 {
   border-color: #6cdec4;
 }
 .TagClassName
 {
   border-color: #6cdec4;
 }
</style>