Shades of Reef #C8EFA0
Tints of Reef #C8EFA0
RGB
CMYK
RGB Variations
Color information
#C8EFA0 (or 0xC8EFA0) is known color: Reef. HEX triplet: C8, EF and A0. RGB value is (200,239,160). Sum of RGB (Red+Green+Blue) = 200+239+160=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFA0 is #37105F. Grayscale: #DADADA. Windows color (decimal): -3608672 or 10547144. OLE color: 10547144.
HSL color Cylindrical-coordinate representation of color #C8EFA0: hue angle of 89.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8EFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 160 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.06 |
| HSL | 89.62º | 0.71% | 0.78% | - |
| HSV(B) | 89.62º | 0.33% | 0.94% | - |
| XYZ | 61.03 | 76.55 | 44.82 | - |
| YUV | 218.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 160 | 0.16 | 0 | 0.33 | 0.06 | 89.62 | 0.71 | 0.78 |
| Hex | C8 | EF | A0 | 10 | 0 | 21 | 6 | 5A | 47 | 4E |
| Octal | 310 | 357 | 240 | 20 | 0 | 41 | 6 | 132 | 107 | 116 |
| Binary | 11001000 | 11101111 | 10100000 | 10000 | 0 | 100001 | 110 | 1011010 | 1000111 | 1001110 |
Color Harmonies of #C8EFA0
Complementary color
Monochromatic Colors of #C8EFA0
Black with #C8EFA0
Text Example
Text Example
White with #C8EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFA0; }
p { color: rgb(200,239,160); }
H1.HeaderClassName
{
color: #C8EFA0;
}
.AnyTagClassName
{
color: #C8EFA0;
}
</style>
background-color css
<style>
a { background-color: #C8EFA0; }
a { background-color: rgb(200,239,160); }
div.DivClassName
{
background-color: #C8EFA0;
}
.BgClassName
{
background-color: #C8EFA0;
}
</style>
border-color css
<style>
span { border-color: #C8EFA0; }
span { border-color: rgb(200,239,160); }
td.TdClassName
{
border-color: #C8EFA0;
}
.TagClassName
{
border-color: #C8EFA0;
}
</style>