Shades of Downy #6AE1CA
Tints of Downy #6AE1CA
RGB
CMYK
RGB Variations
Color information
#6AE1CA (or 0x6AE1CA) is known color: Downy. HEX triplet: 6A, E1 and CA. RGB value is (106,225,202). Sum of RGB (Red+Green+Blue) = 106+225+202=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE1CA is #951E35. Grayscale: #BABABA. Windows color (decimal): -9772598 or 13295978. OLE color: 13295978.
HSL color Cylindrical-coordinate representation of color #6AE1CA: hue angle of 168.4º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE1CA is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 225 | 202 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.12 |
| HSL | 168.4º | 0.66% | 0.65% | - |
| HSV(B) | 168.4º | 0.53% | 0.88% | - |
| XYZ | 43.53 | 61.18 | 65.39 | - |
| YUV | 186.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 225 | 202 | 0.53 | 0 | 0.10 | 0.12 | 168.4 | 0.66 | 0.65 |
| Hex | 6A | E1 | CA | 35 | 0 | A | C | A8 | 42 | 41 |
| Octal | 152 | 341 | 312 | 65 | 0 | 12 | 14 | 250 | 102 | 101 |
| Binary | 1101010 | 11100001 | 11001010 | 110101 | 0 | 1010 | 1100 | 10101000 | 1000010 | 1000001 |
Color Harmonies of #6AE1CA
Complementary color
Monochromatic Colors of #6AE1CA
Black with #6AE1CA
Text Example
Text Example
White with #6AE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE1CA; }
p { color: rgb(106,225,202); }
H1.HeaderClassName
{
color: #6AE1CA;
}
.AnyTagClassName
{
color: #6AE1CA;
}
</style>
background-color css
<style>
a { background-color: #6AE1CA; }
a { background-color: rgb(106,225,202); }
div.DivClassName
{
background-color: #6AE1CA;
}
.BgClassName
{
background-color: #6AE1CA;
}
</style>
border-color css
<style>
span { border-color: #6AE1CA; }
span { border-color: rgb(106,225,202); }
td.TdClassName
{
border-color: #6AE1CA;
}
.TagClassName
{
border-color: #6AE1CA;
}
</style>