Shades of Downy #69D0CA
Tints of Downy #69D0CA
RGB
CMYK
RGB Variations
Color information
#69D0CA (or 0x69D0CA) is known color: Downy. HEX triplet: 69, D0 and CA. RGB value is (105,208,202). Sum of RGB (Red+Green+Blue) = 105+208+202=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0CA is #962F35. Grayscale: #B0B0B0. Windows color (decimal): -9842486 or 13291625. OLE color: 13291625.
HSL color Cylindrical-coordinate representation of color #69D0CA: hue angle of 176.5º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D0CA is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 202 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.18 |
| HSL | 176.5º | 0.52% | 0.61% | - |
| HSV(B) | 176.5º | 0.5% | 0.82% | - |
| XYZ | 39.04 | 52.38 | 63.93 | - |
| YUV | 176.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 202 | 0.50 | 0 | 0.03 | 0.18 | 176.5 | 0.52 | 0.61 |
| Hex | 69 | D0 | CA | 32 | 0 | 3 | 12 | B1 | 34 | 3D |
| Octal | 151 | 320 | 312 | 62 | 0 | 3 | 22 | 261 | 64 | 75 |
| Binary | 1101001 | 11010000 | 11001010 | 110010 | 0 | 11 | 10010 | 10110001 | 110100 | 111101 |
Color Harmonies of #69D0CA
Complementary color
Monochromatic Colors of #69D0CA
Black with #69D0CA
Text Example
Text Example
White with #69D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D0CA; }
p { color: rgb(105,208,202); }
H1.HeaderClassName
{
color: #69D0CA;
}
.AnyTagClassName
{
color: #69D0CA;
}
</style>
background-color css
<style>
a { background-color: #69D0CA; }
a { background-color: rgb(105,208,202); }
div.DivClassName
{
background-color: #69D0CA;
}
.BgClassName
{
background-color: #69D0CA;
}
</style>
border-color css
<style>
span { border-color: #69D0CA; }
span { border-color: rgb(105,208,202); }
td.TdClassName
{
border-color: #69D0CA;
}
.TagClassName
{
border-color: #69D0CA;
}
</style>