Shades of Downy #6AE7CA
Tints of Downy #6AE7CA
RGB
CMYK
RGB Variations
Color information
#6AE7CA (or 0x6AE7CA) is known color: Downy. HEX triplet: 6A, E7 and CA. RGB value is (106,231,202). Sum of RGB (Red+Green+Blue) = 106+231+202=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7CA is #951835. Grayscale: #BEBEBE. Windows color (decimal): -9771062 or 13297514. OLE color: 13297514.
HSL color Cylindrical-coordinate representation of color #6AE7CA: hue angle of 166.08º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE7CA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 231 | 202 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.09 |
| HSL | 166.08º | 0.72% | 0.66% | - |
| HSV(B) | 166.08º | 0.54% | 0.91% | - |
| XYZ | 45.18 | 64.48 | 65.94 | - |
| YUV | 190.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 231 | 202 | 0.54 | 0 | 0.13 | 0.09 | 166.08 | 0.72 | 0.66 |
| Hex | 6A | E7 | CA | 36 | 0 | D | 9 | A6 | 48 | 42 |
| Octal | 152 | 347 | 312 | 66 | 0 | 15 | 11 | 246 | 110 | 102 |
| Binary | 1101010 | 11100111 | 11001010 | 110110 | 0 | 1101 | 1001 | 10100110 | 1001000 | 1000010 |
Color Harmonies of #6AE7CA
Complementary color
Monochromatic Colors of #6AE7CA
Black with #6AE7CA
Text Example
Text Example
White with #6AE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE7CA; }
p { color: rgb(106,231,202); }
H1.HeaderClassName
{
color: #6AE7CA;
}
.AnyTagClassName
{
color: #6AE7CA;
}
</style>
background-color css
<style>
a { background-color: #6AE7CA; }
a { background-color: rgb(106,231,202); }
div.DivClassName
{
background-color: #6AE7CA;
}
.BgClassName
{
background-color: #6AE7CA;
}
</style>
border-color css
<style>
span { border-color: #6AE7CA; }
span { border-color: rgb(106,231,202); }
td.TdClassName
{
border-color: #6AE7CA;
}
.TagClassName
{
border-color: #6AE7CA;
}
</style>