#6DD2CD

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

Shades of Downy #6DD2CD

Tints of Downy #6DD2CD

Color information

#6DD2CD (or 0x6DD2CD) is unknown color: approx Downy. HEX triplet: 6D, D2 and CD. RGB value is (109,210,205). Sum of RGB (Red+Green+Blue) = 109+210+205=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2CD is #922D32. Grayscale: #B3B3B3. Windows color (decimal): -9579827 or 13488749. OLE color: 13488749.

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

Color convert

RGB109210205-
CMYK0.4800.020.18
HSL177.03º52.88%62.55%-
HSV(B)177.03º48.1%82.35%-
XYZ40.3753.7566-
YUV179.23142.5477.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.80%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=20.80%
G=40.08%
B=39.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092102050.4800.020.18177.0352.8862.55
Hex6DD2CD300212b1353f
Octal1553223156002222616577
Binary110110111010010110011011100000101001010110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,210,205); }

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

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

 a { background-color: rgb(109,210,205); }

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

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

 span { border-color: rgb(109,210,205); }

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