Shades of Downy #6AEEBE
Tints of Downy #6AEEBE
RGB
CMYK
RGB Variations
Color information
#6AEEBE (or 0x6AEEBE) is known color: Downy. HEX triplet: 6A, EE and BE. RGB value is (106,238,190). Sum of RGB (Red+Green+Blue) = 106+238+190=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEBE is #951141. Grayscale: #C1C1C1. Windows color (decimal): -9769282 or 12512874. OLE color: 12512874.
HSL color Cylindrical-coordinate representation of color #6AEEBE: hue angle of 158.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEBE is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 190 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.07 |
| HSL | 158.18º | 0.8% | 0.67% | - |
| HSV(B) | 158.18º | 0.55% | 0.93% | - |
| XYZ | 45.81 | 67.93 | 59.41 | - |
| YUV | 193.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 190 | 0.55 | 0 | 0.20 | 0.07 | 158.18 | 0.8 | 0.67 |
| Hex | 6A | EE | BE | 37 | 0 | 14 | 7 | 9E | 50 | 43 |
| Octal | 152 | 356 | 276 | 67 | 0 | 24 | 7 | 236 | 120 | 103 |
| Binary | 1101010 | 11101110 | 10111110 | 110111 | 0 | 10100 | 111 | 10011110 | 1010000 | 1000011 |
Color Harmonies of #6AEEBE
Complementary color
Monochromatic Colors of #6AEEBE
Black with #6AEEBE
Text Example
Text Example
White with #6AEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEBE; }
p { color: rgb(106,238,190); }
H1.HeaderClassName
{
color: #6AEEBE;
}
.AnyTagClassName
{
color: #6AEEBE;
}
</style>
background-color css
<style>
a { background-color: #6AEEBE; }
a { background-color: rgb(106,238,190); }
div.DivClassName
{
background-color: #6AEEBE;
}
.BgClassName
{
background-color: #6AEEBE;
}
</style>
border-color css
<style>
span { border-color: #6AEEBE; }
span { border-color: rgb(106,238,190); }
td.TdClassName
{
border-color: #6AEEBE;
}
.TagClassName
{
border-color: #6AEEBE;
}
</style>