Shades of Reef #C8E696
Tints of Reef #C8E696
RGB
CMYK
RGB Variations
Color information
#C8E696 (or 0xC8E696) is known color: Reef. HEX triplet: C8, E6 and 96. RGB value is (200,230,150). Sum of RGB (Red+Green+Blue) = 200+230+150=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E696 is #371969. Grayscale: #D4D4D4. Windows color (decimal): -3610986 or 9889480. OLE color: 9889480.
HSL color Cylindrical-coordinate representation of color #C8E696: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8E696 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 150 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.10 |
| HSL | 82.5º | 0.62% | 0.75% | - |
| HSV(B) | 82.5º | 0.35% | 0.9% | - |
| XYZ | 57.62 | 71.08 | 39.54 | - |
| YUV | 211.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 150 | 0.13 | 0 | 0.35 | 0.10 | 82.5 | 0.62 | 0.75 |
| Hex | C8 | E6 | 96 | D | 0 | 23 | A | 52 | 3E | 4B |
| Octal | 310 | 346 | 226 | 15 | 0 | 43 | 12 | 122 | 76 | 113 |
| Binary | 11001000 | 11100110 | 10010110 | 1101 | 0 | 100011 | 1010 | 1010010 | 111110 | 1001011 |
Color Harmonies of #C8E696
Complementary color
Monochromatic Colors of #C8E696
Black with #C8E696
Text Example
Text Example
White with #C8E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E696; }
p { color: rgb(200,230,150); }
H1.HeaderClassName
{
color: #C8E696;
}
.AnyTagClassName
{
color: #C8E696;
}
</style>
background-color css
<style>
a { background-color: #C8E696; }
a { background-color: rgb(200,230,150); }
div.DivClassName
{
background-color: #C8E696;
}
.BgClassName
{
background-color: #C8E696;
}
</style>
border-color css
<style>
span { border-color: #C8E696; }
span { border-color: rgb(200,230,150); }
td.TdClassName
{
border-color: #C8E696;
}
.TagClassName
{
border-color: #C8E696;
}
</style>