Shades of Downy #69D4C5
Tints of Downy #69D4C5
RGB
CMYK
RGB Variations
Color information
#69D4C5 (or 0x69D4C5) is known color: Downy. HEX triplet: 69, D4 and C5. RGB value is (105,212,197). Sum of RGB (Red+Green+Blue) = 105+212+197=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #69D4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D4C5 is #962B3A. Grayscale: #B2B2B2. Windows color (decimal): -9841467 or 12964969. OLE color: 12964969.
HSL color Cylindrical-coordinate representation of color #69D4C5: hue angle of 171.59º 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 #69D4C5 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 197 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.17 |
| HSL | 171.59º | 0.55% | 0.62% | - |
| HSV(B) | 171.59º | 0.5% | 0.83% | - |
| XYZ | 39.45 | 54.12 | 61.19 | - |
| YUV | 178.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 197 | 0.50 | 0 | 0.07 | 0.17 | 171.59 | 0.55 | 0.62 |
| Hex | 69 | D4 | C5 | 32 | 0 | 7 | 11 | AC | 37 | 3E |
| Octal | 151 | 324 | 305 | 62 | 0 | 7 | 21 | 254 | 67 | 76 |
| Binary | 1101001 | 11010100 | 11000101 | 110010 | 0 | 111 | 10001 | 10101100 | 110111 | 111110 |
Color Harmonies of #69D4C5
Complementary color
Monochromatic Colors of #69D4C5
Black with #69D4C5
Text Example
Text Example
White with #69D4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D4C5; }
p { color: rgb(105,212,197); }
H1.HeaderClassName
{
color: #69D4C5;
}
.AnyTagClassName
{
color: #69D4C5;
}
</style>
background-color css
<style>
a { background-color: #69D4C5; }
a { background-color: rgb(105,212,197); }
div.DivClassName
{
background-color: #69D4C5;
}
.BgClassName
{
background-color: #69D4C5;
}
</style>
border-color css
<style>
span { border-color: #69D4C5; }
span { border-color: rgb(105,212,197); }
td.TdClassName
{
border-color: #69D4C5;
}
.TagClassName
{
border-color: #69D4C5;
}
</style>