Shades of Downy #6AE2CE
Tints of Downy #6AE2CE
RGB
CMYK
RGB Variations
Color information
#6AE2CE (or 0x6AE2CE) is known color: Downy. HEX triplet: 6A, E2 and CE. RGB value is (106,226,206). Sum of RGB (Red+Green+Blue) = 106+226+206=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE2CE is #951D31. Grayscale: #BBBBBB. Windows color (decimal): -9772338 or 13558378. OLE color: 13558378.
HSL color Cylindrical-coordinate representation of color #6AE2CE: hue angle of 170º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE2CE is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 226 | 206 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.11 |
| HSL | 170º | 0.67% | 0.65% | - |
| HSV(B) | 170º | 0.53% | 0.89% | - |
| XYZ | 44.28 | 61.91 | 68.01 | - |
| YUV | 187.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 226 | 206 | 0.53 | 0 | 0.09 | 0.11 | 170 | 0.67 | 0.65 |
| Hex | 6A | E2 | CE | 35 | 0 | 9 | B | AA | 43 | 41 |
| Octal | 152 | 342 | 316 | 65 | 0 | 11 | 13 | 252 | 103 | 101 |
| Binary | 1101010 | 11100010 | 11001110 | 110101 | 0 | 1001 | 1011 | 10101010 | 1000011 | 1000001 |
Color Harmonies of #6AE2CE
Complementary color
Monochromatic Colors of #6AE2CE
Black with #6AE2CE
Text Example
Text Example
White with #6AE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE2CE; }
p { color: rgb(106,226,206); }
H1.HeaderClassName
{
color: #6AE2CE;
}
.AnyTagClassName
{
color: #6AE2CE;
}
</style>
background-color css
<style>
a { background-color: #6AE2CE; }
a { background-color: rgb(106,226,206); }
div.DivClassName
{
background-color: #6AE2CE;
}
.BgClassName
{
background-color: #6AE2CE;
}
</style>
border-color css
<style>
span { border-color: #6AE2CE; }
span { border-color: rgb(106,226,206); }
td.TdClassName
{
border-color: #6AE2CE;
}
.TagClassName
{
border-color: #6AE2CE;
}
</style>