Shades of Downy #6AEAB5
Tints of Downy #6AEAB5
RGB
CMYK
RGB Variations
Color information
#6AEAB5 (or 0x6AEAB5) is known color: Downy. HEX triplet: 6A, EA and B5. RGB value is (106,234,181). Sum of RGB (Red+Green+Blue) = 106+234+181=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEAB5 is #95154A. Grayscale: #BDBDBD. Windows color (decimal): -9770315 or 11922026. OLE color: 11922026.
HSL color Cylindrical-coordinate representation of color #6AEAB5: hue angle of 155.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEAB5 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 181 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.08 |
| HSL | 155.16º | 0.75% | 0.67% | - |
| HSV(B) | 155.16º | 0.55% | 0.92% | - |
| XYZ | 43.71 | 65.25 | 54.01 | - |
| YUV | 189.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 181 | 0.55 | 0 | 0.23 | 0.08 | 155.16 | 0.75 | 0.67 |
| Hex | 6A | EA | B5 | 37 | 0 | 17 | 8 | 9B | 4B | 43 |
| Octal | 152 | 352 | 265 | 67 | 0 | 27 | 10 | 233 | 113 | 103 |
| Binary | 1101010 | 11101010 | 10110101 | 110111 | 0 | 10111 | 1000 | 10011011 | 1001011 | 1000011 |
Color Harmonies of #6AEAB5
Complementary color
Monochromatic Colors of #6AEAB5
Black with #6AEAB5
Text Example
Text Example
White with #6AEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEAB5; }
p { color: rgb(106,234,181); }
H1.HeaderClassName
{
color: #6AEAB5;
}
.AnyTagClassName
{
color: #6AEAB5;
}
</style>
background-color css
<style>
a { background-color: #6AEAB5; }
a { background-color: rgb(106,234,181); }
div.DivClassName
{
background-color: #6AEAB5;
}
.BgClassName
{
background-color: #6AEAB5;
}
</style>
border-color css
<style>
span { border-color: #6AEAB5; }
span { border-color: rgb(106,234,181); }
td.TdClassName
{
border-color: #6AEAB5;
}
.TagClassName
{
border-color: #6AEAB5;
}
</style>