Shades of Reef #C8EBA4
Tints of Reef #C8EBA4
RGB
CMYK
RGB Variations
Color information
#C8EBA4 (or 0xC8EBA4) is known color: Reef. HEX triplet: C8, EB and A4. RGB value is (200,235,164). Sum of RGB (Red+Green+Blue) = 200+235+164=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EBA4 is #37145B. Grayscale: #D8D8D8. Windows color (decimal): -3609692 or 10808264. OLE color: 10808264.
HSL color Cylindrical-coordinate representation of color #C8EBA4: hue angle of 89.58º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8EBA4 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 164 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.08 |
| HSL | 89.58º | 0.64% | 0.78% | - |
| HSV(B) | 89.58º | 0.3% | 0.92% | - |
| XYZ | 60.23 | 74.38 | 46.3 | - |
| YUV | 216.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 164 | 0.15 | 0 | 0.30 | 0.08 | 89.58 | 0.64 | 0.78 |
| Hex | C8 | EB | A4 | F | 0 | 1E | 8 | 5A | 40 | 4E |
| Octal | 310 | 353 | 244 | 17 | 0 | 36 | 10 | 132 | 100 | 116 |
| Binary | 11001000 | 11101011 | 10100100 | 1111 | 0 | 11110 | 1000 | 1011010 | 1000000 | 1001110 |
Color Harmonies of #C8EBA4
Complementary color
Monochromatic Colors of #C8EBA4
Black with #C8EBA4
Text Example
Text Example
White with #C8EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBA4; }
p { color: rgb(200,235,164); }
H1.HeaderClassName
{
color: #C8EBA4;
}
.AnyTagClassName
{
color: #C8EBA4;
}
</style>
background-color css
<style>
a { background-color: #C8EBA4; }
a { background-color: rgb(200,235,164); }
div.DivClassName
{
background-color: #C8EBA4;
}
.BgClassName
{
background-color: #C8EBA4;
}
</style>
border-color css
<style>
span { border-color: #C8EBA4; }
span { border-color: rgb(200,235,164); }
td.TdClassName
{
border-color: #C8EBA4;
}
.TagClassName
{
border-color: #C8EBA4;
}
</style>