#6CD6BA

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

Shades of Downy #6CD6BA

Tints of Downy #6CD6BA

Color information

#6CD6BA (or 0x6CD6BA) is unknown color: approx Downy. HEX triplet: 6C, D6 and BA. RGB value is (108,214,186). Sum of RGB (Red+Green+Blue) = 108+214+186=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD6BA is #932945. Grayscale: #B3B3B3. Windows color (decimal): -9644358 or 12244588. OLE color: 12244588.

HSL color Cylindrical-coordinate representation of color #6CD6BA: hue angle of 164.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD6BA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB108214186-
CMYK0.5000.130.16
HSL164.15º56.38%63.14%-
HSV(B)164.15º49.53%83.92%-
XYZ39.0954.8354.98-
YUV179.11131.8877.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.26%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=21.26%
G=42.13%
B=36.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082141860.5000.130.16164.1556.3863.14
Hex6CD6BA320D10a4383f
Octal15432627262015202447077
Binary11011001101011010111010110010011011000010100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,214,186); }

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

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

 a { background-color: rgb(108,214,186); }

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

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

 span { border-color: rgb(108,214,186); }

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