Shades of Downy #64CECB
Tints of Downy #64CECB
RGB
CMYK
RGB Variations
Color information
#64CECB (or 0x64CECB) is known color: Downy. HEX triplet: 64, CE and CB. RGB value is (100,206,203). Sum of RGB (Red+Green+Blue) = 100+206+203=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #64CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CECB is #9B3134. Grayscale: #ADADAD. Windows color (decimal): -10170677 or 13356644. OLE color: 13356644.
HSL color Cylindrical-coordinate representation of color #64CECB: hue angle of 178.3º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CECB is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 203 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.19 |
| HSL | 178.3º | 0.52% | 0.6% | - |
| HSV(B) | 178.3º | 0.51% | 0.81% | - |
| XYZ | 38.11 | 51.16 | 64.37 | - |
| YUV | 173.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 203 | 0.51 | 0 | 0.01 | 0.19 | 178.3 | 0.52 | 0.6 |
| Hex | 64 | CE | CB | 33 | 0 | 1 | 13 | B2 | 34 | 3C |
| Octal | 144 | 316 | 313 | 63 | 0 | 1 | 23 | 262 | 64 | 74 |
| Binary | 1100100 | 11001110 | 11001011 | 110011 | 0 | 1 | 10011 | 10110010 | 110100 | 111100 |
Color Harmonies of #64CECB
Complementary color
Monochromatic Colors of #64CECB
Black with #64CECB
Text Example
Text Example
White with #64CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CECB; }
p { color: rgb(100,206,203); }
H1.HeaderClassName
{
color: #64CECB;
}
.AnyTagClassName
{
color: #64CECB;
}
</style>
background-color css
<style>
a { background-color: #64CECB; }
a { background-color: rgb(100,206,203); }
div.DivClassName
{
background-color: #64CECB;
}
.BgClassName
{
background-color: #64CECB;
}
</style>
border-color css
<style>
span { border-color: #64CECB; }
span { border-color: rgb(100,206,203); }
td.TdClassName
{
border-color: #64CECB;
}
.TagClassName
{
border-color: #64CECB;
}
</style>