Shades of Downy #69D4BA
Tints of Downy #69D4BA
RGB
CMYK
RGB Variations
Color information
#69D4BA (or 0x69D4BA) is known color: Downy. HEX triplet: 69, D4 and BA. RGB value is (105,212,186). Sum of RGB (Red+Green+Blue) = 105+212+186=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #69D4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D4BA is #962B45. Grayscale: #B1B1B1. Windows color (decimal): -9841478 or 12244073. OLE color: 12244073.
HSL color Cylindrical-coordinate representation of color #69D4BA: hue angle of 165.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D4BA is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 186 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.17 |
| HSL | 165.42º | 0.55% | 0.62% | - |
| HSV(B) | 165.42º | 0.5% | 0.83% | - |
| XYZ | 38.23 | 53.64 | 54.79 | - |
| YUV | 177.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 186 | 0.50 | 0 | 0.12 | 0.17 | 165.42 | 0.55 | 0.62 |
| Hex | 69 | D4 | BA | 32 | 0 | C | 11 | A5 | 37 | 3E |
| Octal | 151 | 324 | 272 | 62 | 0 | 14 | 21 | 245 | 67 | 76 |
| Binary | 1101001 | 11010100 | 10111010 | 110010 | 0 | 1100 | 10001 | 10100101 | 110111 | 111110 |
Color Harmonies of #69D4BA
Complementary color
Monochromatic Colors of #69D4BA
Black with #69D4BA
Text Example
Text Example
White with #69D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D4BA; }
p { color: rgb(105,212,186); }
H1.HeaderClassName
{
color: #69D4BA;
}
.AnyTagClassName
{
color: #69D4BA;
}
</style>
background-color css
<style>
a { background-color: #69D4BA; }
a { background-color: rgb(105,212,186); }
div.DivClassName
{
background-color: #69D4BA;
}
.BgClassName
{
background-color: #69D4BA;
}
</style>
border-color css
<style>
span { border-color: #69D4BA; }
span { border-color: rgb(105,212,186); }
td.TdClassName
{
border-color: #69D4BA;
}
.TagClassName
{
border-color: #69D4BA;
}
</style>