Shades of Downy #65CCCB
Tints of Downy #65CCCB
RGB
CMYK
RGB Variations
Color information
#65CCCB (or 0x65CCCB) is known color: Downy. HEX triplet: 65, CC and CB. RGB value is (101,204,203). Sum of RGB (Red+Green+Blue) = 101+204+203=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCCB is #9A3334. Grayscale: #ACACAC. Windows color (decimal): -10105653 or 13356133. OLE color: 13356133.
HSL color Cylindrical-coordinate representation of color #65CCCB: hue angle of 179.42º 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 #65CCCB is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 203 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.2 |
| HSL | 179.42º | 0.5% | 0.6% | - |
| HSV(B) | 179.42º | 0.5% | 0.8% | - |
| XYZ | 37.74 | 50.26 | 64.21 | - |
| YUV | 173.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 203 | 0.50 | 0 | 0.00 | 0.2 | 179.42 | 0.5 | 0.6 |
| Hex | 65 | CC | CB | 32 | 0 | 0 | 14 | B3 | 32 | 3C |
| Octal | 145 | 314 | 313 | 62 | 0 | 0 | 24 | 263 | 62 | 74 |
| Binary | 1100101 | 11001100 | 11001011 | 110010 | 0 | 0 | 10100 | 10110011 | 110010 | 111100 |
Color Harmonies of #65CCCB
Complementary color
Monochromatic Colors of #65CCCB
Black with #65CCCB
Text Example
Text Example
White with #65CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCCB; }
p { color: rgb(101,204,203); }
H1.HeaderClassName
{
color: #65CCCB;
}
.AnyTagClassName
{
color: #65CCCB;
}
</style>
background-color css
<style>
a { background-color: #65CCCB; }
a { background-color: rgb(101,204,203); }
div.DivClassName
{
background-color: #65CCCB;
}
.BgClassName
{
background-color: #65CCCB;
}
</style>
border-color css
<style>
span { border-color: #65CCCB; }
span { border-color: rgb(101,204,203); }
td.TdClassName
{
border-color: #65CCCB;
}
.TagClassName
{
border-color: #65CCCB;
}
</style>