Shades of Downy #6CEAB8
Tints of Downy #6CEAB8
RGB
CMYK
RGB Variations
Color information
#6CEAB8 (or 0x6CEAB8) is known color: Downy. HEX triplet: 6C, EA and B8. RGB value is (108,234,184). Sum of RGB (Red+Green+Blue) = 108+234+184=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEAB8 is #931547. Grayscale: #BEBEBE. Windows color (decimal): -9639240 or 12118636. OLE color: 12118636.
HSL color Cylindrical-coordinate representation of color #6CEAB8: hue angle of 156.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEAB8 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 184 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.08 |
| HSL | 156.19º | 0.75% | 0.67% | - |
| HSV(B) | 156.19º | 0.54% | 0.92% | - |
| XYZ | 44.26 | 65.49 | 55.66 | - |
| YUV | 190.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 184 | 0.54 | 0 | 0.21 | 0.08 | 156.19 | 0.75 | 0.67 |
| Hex | 6C | EA | B8 | 36 | 0 | 15 | 8 | 9C | 4B | 43 |
| Octal | 154 | 352 | 270 | 66 | 0 | 25 | 10 | 234 | 113 | 103 |
| Binary | 1101100 | 11101010 | 10111000 | 110110 | 0 | 10101 | 1000 | 10011100 | 1001011 | 1000011 |
Color Harmonies of #6CEAB8
Complementary color
Monochromatic Colors of #6CEAB8
Black with #6CEAB8
Text Example
Text Example
White with #6CEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEAB8; }
p { color: rgb(108,234,184); }
H1.HeaderClassName
{
color: #6CEAB8;
}
.AnyTagClassName
{
color: #6CEAB8;
}
</style>
background-color css
<style>
a { background-color: #6CEAB8; }
a { background-color: rgb(108,234,184); }
div.DivClassName
{
background-color: #6CEAB8;
}
.BgClassName
{
background-color: #6CEAB8;
}
</style>
border-color css
<style>
span { border-color: #6CEAB8; }
span { border-color: rgb(108,234,184); }
td.TdClassName
{
border-color: #6CEAB8;
}
.TagClassName
{
border-color: #6CEAB8;
}
</style>