Shades of Reef #C8ED9E
Tints of Reef #C8ED9E
RGB
CMYK
RGB Variations
Color information
#C8ED9E (or 0xC8ED9E) is known color: Reef. HEX triplet: C8, ED and 9E. RGB value is (200,237,158). Sum of RGB (Red+Green+Blue) = 200+237+158=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED9E is #371261. Grayscale: #D9D9D9. Windows color (decimal): -3609186 or 10415560. OLE color: 10415560.
HSL color Cylindrical-coordinate representation of color #C8ED9E: hue angle of 88.1º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8ED9E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 158 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.07 |
| HSL | 88.1º | 0.69% | 0.77% | - |
| HSV(B) | 88.1º | 0.33% | 0.93% | - |
| XYZ | 60.28 | 75.32 | 43.71 | - |
| YUV | 216.93 | 94.74 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 158 | 0.16 | 0 | 0.33 | 0.07 | 88.1 | 0.69 | 0.77 |
| Hex | C8 | ED | 9E | 10 | 0 | 21 | 7 | 58 | 45 | 4D |
| Octal | 310 | 355 | 236 | 20 | 0 | 41 | 7 | 130 | 105 | 115 |
| Binary | 11001000 | 11101101 | 10011110 | 10000 | 0 | 100001 | 111 | 1011000 | 1000101 | 1001101 |
Color Harmonies of #C8ED9E
Complementary color
Monochromatic Colors of #C8ED9E
Black with #C8ED9E
Text Example
Text Example
White with #C8ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED9E; }
p { color: rgb(200,237,158); }
H1.HeaderClassName
{
color: #C8ED9E;
}
.AnyTagClassName
{
color: #C8ED9E;
}
</style>
background-color css
<style>
a { background-color: #C8ED9E; }
a { background-color: rgb(200,237,158); }
div.DivClassName
{
background-color: #C8ED9E;
}
.BgClassName
{
background-color: #C8ED9E;
}
</style>
border-color css
<style>
span { border-color: #C8ED9E; }
span { border-color: rgb(200,237,158); }
td.TdClassName
{
border-color: #C8ED9E;
}
.TagClassName
{
border-color: #C8ED9E;
}
</style>