Shades of Downy #65EECB
Tints of Downy #65EECB
RGB
CMYK
RGB Variations
Color information
#65EECB (or 0x65EECB) is known color: Downy. HEX triplet: 65, EE and CB. RGB value is (101,238,203). Sum of RGB (Red+Green+Blue) = 101+238+203=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #65EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EECB is #9A1134. Grayscale: #C1C1C1. Windows color (decimal): -10096949 or 13364837. OLE color: 13364837.
HSL color Cylindrical-coordinate representation of color #65EECB: hue angle of 164.67º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EECB is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 203 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.07 |
| HSL | 164.67º | 0.8% | 0.66% | - |
| HSV(B) | 164.67º | 0.58% | 0.93% | - |
| XYZ | 46.72 | 68.23 | 67.21 | - |
| YUV | 193.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 203 | 0.58 | 0 | 0.15 | 0.07 | 164.67 | 0.8 | 0.66 |
| Hex | 65 | EE | CB | 3A | 0 | F | 7 | A5 | 50 | 42 |
| Octal | 145 | 356 | 313 | 72 | 0 | 17 | 7 | 245 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11001011 | 111010 | 0 | 1111 | 111 | 10100101 | 1010000 | 1000010 |
Color Harmonies of #65EECB
Complementary color
Monochromatic Colors of #65EECB
Black with #65EECB
Text Example
Text Example
White with #65EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EECB; }
p { color: rgb(101,238,203); }
H1.HeaderClassName
{
color: #65EECB;
}
.AnyTagClassName
{
color: #65EECB;
}
</style>
background-color css
<style>
a { background-color: #65EECB; }
a { background-color: rgb(101,238,203); }
div.DivClassName
{
background-color: #65EECB;
}
.BgClassName
{
background-color: #65EECB;
}
</style>
border-color css
<style>
span { border-color: #65EECB; }
span { border-color: rgb(101,238,203); }
td.TdClassName
{
border-color: #65EECB;
}
.TagClassName
{
border-color: #65EECB;
}
</style>