Shades of Downy #65CEBC
Tints of Downy #65CEBC
RGB
CMYK
RGB Variations
Color information
#65CEBC (or 0x65CEBC) is known color: Downy. HEX triplet: 65, CE and BC. RGB value is (101,206,188). Sum of RGB (Red+Green+Blue) = 101+206+188=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEBC is #9A3143. Grayscale: #ACACAC. Windows color (decimal): -10105156 or 12373605. OLE color: 12373605.
HSL color Cylindrical-coordinate representation of color #65CEBC: hue angle of 169.71º 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 #65CEBC is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 188 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.19 |
| HSL | 169.71º | 0.52% | 0.6% | - |
| HSV(B) | 169.71º | 0.51% | 0.81% | - |
| XYZ | 36.52 | 50.54 | 55.41 | - |
| YUV | 172.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 188 | 0.51 | 0 | 0.09 | 0.19 | 169.71 | 0.52 | 0.6 |
| Hex | 65 | CE | BC | 33 | 0 | 9 | 13 | AA | 34 | 3C |
| Octal | 145 | 316 | 274 | 63 | 0 | 11 | 23 | 252 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10111100 | 110011 | 0 | 1001 | 10011 | 10101010 | 110100 | 111100 |
Color Harmonies of #65CEBC
Complementary color
Monochromatic Colors of #65CEBC
Black with #65CEBC
Text Example
Text Example
White with #65CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEBC; }
p { color: rgb(101,206,188); }
H1.HeaderClassName
{
color: #65CEBC;
}
.AnyTagClassName
{
color: #65CEBC;
}
</style>
background-color css
<style>
a { background-color: #65CEBC; }
a { background-color: rgb(101,206,188); }
div.DivClassName
{
background-color: #65CEBC;
}
.BgClassName
{
background-color: #65CEBC;
}
</style>
border-color css
<style>
span { border-color: #65CEBC; }
span { border-color: rgb(101,206,188); }
td.TdClassName
{
border-color: #65CEBC;
}
.TagClassName
{
border-color: #65CEBC;
}
</style>