Shades of Downy #66CCCB
Tints of Downy #66CCCB
RGB
CMYK
RGB Variations
Color information
#66CCCB (or 0x66CCCB) is known color: Downy. HEX triplet: 66, CC and CB. RGB value is (102,204,203). Sum of RGB (Red+Green+Blue) = 102+204+203=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCCB is #993334. Grayscale: #ADADAD. Windows color (decimal): -10040117 or 13356134. OLE color: 13356134.
HSL color Cylindrical-coordinate representation of color #66CCCB: hue angle of 179.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCCB is Cyan = 0.5, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 203 | - |
| CMYK | 0.5 | 0 | 0.00 | 0.2 |
| HSL | 179.41º | 0.5% | 0.6% | - |
| HSV(B) | 179.41º | 0.5% | 0.8% | - |
| XYZ | 37.85 | 50.32 | 64.22 | - |
| YUV | 173.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 203 | 0.5 | 0 | 0.00 | 0.2 | 179.41 | 0.5 | 0.6 |
| Hex | 66 | CC | CB | 32 | 0 | 0 | 14 | B3 | 32 | 3C |
| Octal | 146 | 314 | 313 | 62 | 0 | 0 | 24 | 263 | 62 | 74 |
| Binary | 1100110 | 11001100 | 11001011 | 110010 | 0 | 0 | 10100 | 10110011 | 110010 | 111100 |
Color Harmonies of #66CCCB
Complementary color
Monochromatic Colors of #66CCCB
Black with #66CCCB
Text Example
Text Example
White with #66CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCCB; }
p { color: rgb(102,204,203); }
H1.HeaderClassName
{
color: #66CCCB;
}
.AnyTagClassName
{
color: #66CCCB;
}
</style>
background-color css
<style>
a { background-color: #66CCCB; }
a { background-color: rgb(102,204,203); }
div.DivClassName
{
background-color: #66CCCB;
}
.BgClassName
{
background-color: #66CCCB;
}
</style>
border-color css
<style>
span { border-color: #66CCCB; }
span { border-color: rgb(102,204,203); }
td.TdClassName
{
border-color: #66CCCB;
}
.TagClassName
{
border-color: #66CCCB;
}
</style>