Shades of Reef #C6EEA0
Tints of Reef #C6EEA0
RGB
CMYK
RGB Variations
Color information
#C6EEA0 (or 0xC6EEA0) is known color: Reef. HEX triplet: C6, EE and A0. RGB value is (198,238,160). Sum of RGB (Red+Green+Blue) = 198+238+160=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EEA0 is #39115F. Grayscale: #D9D9D9. Windows color (decimal): -3740000 or 10546886. OLE color: 10546886.
HSL color Cylindrical-coordinate representation of color #C6EEA0: hue angle of 90.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6EEA0 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 238 | 160 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.07 |
| HSL | 90.77º | 0.7% | 0.78% | - |
| HSV(B) | 90.77º | 0.33% | 0.93% | - |
| XYZ | 60.21 | 75.69 | 44.69 | - |
| YUV | 217.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 238 | 160 | 0.17 | 0 | 0.33 | 0.07 | 90.77 | 0.7 | 0.78 |
| Hex | C6 | EE | A0 | 11 | 0 | 21 | 7 | 5B | 46 | 4E |
| Octal | 306 | 356 | 240 | 21 | 0 | 41 | 7 | 133 | 106 | 116 |
| Binary | 11000110 | 11101110 | 10100000 | 10001 | 0 | 100001 | 111 | 1011011 | 1000110 | 1001110 |
Color Harmonies of #C6EEA0
Complementary color
Monochromatic Colors of #C6EEA0
Black with #C6EEA0
Text Example
Text Example
White with #C6EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EEA0; }
p { color: rgb(198,238,160); }
H1.HeaderClassName
{
color: #C6EEA0;
}
.AnyTagClassName
{
color: #C6EEA0;
}
</style>
background-color css
<style>
a { background-color: #C6EEA0; }
a { background-color: rgb(198,238,160); }
div.DivClassName
{
background-color: #C6EEA0;
}
.BgClassName
{
background-color: #C6EEA0;
}
</style>
border-color css
<style>
span { border-color: #C6EEA0; }
span { border-color: rgb(198,238,160); }
td.TdClassName
{
border-color: #C6EEA0;
}
.TagClassName
{
border-color: #C6EEA0;
}
</style>