#6CD0B4

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

Shades of Downy #6CD0B4

Tints of Downy #6CD0B4

Color information

#6CD0B4 (or 0x6CD0B4) is unknown color: approx Downy. HEX triplet: 6C, D0 and B4. RGB value is (108,208,180). Sum of RGB (Red+Green+Blue) = 108+208+180=496 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.77% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0B4 is #932F4B. Grayscale: #AEAEAE. Windows color (decimal): -9645900 or 11849836. OLE color: 11849836.

HSL color Cylindrical-coordinate representation of color #6CD0B4: hue angle of 163.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0B4 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB108208180-
CMYK0.4800.130.18
HSL163.2º51.55%61.96%-
HSV(B)163.2º48.08%81.57%-
XYZ36.9851.651.19-
YUV174.91130.8780.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.77%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=21.77%
G=41.94%
B=36.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082081800.4800.130.18163.251.5561.96
Hex6CD0B4300D12a3343e
Octal15432026460015222436476
Binary11011001101000010110100110000011011001010100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,180); }

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

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

 a { background-color: rgb(108,208,180); }

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

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

 span { border-color: rgb(108,208,180); }

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