Shades of Reef #C8EDAB
Tints of Reef #C8EDAB
RGB
CMYK
RGB Variations
Color information
#C8EDAB (or 0xC8EDAB) is known color: Reef. HEX triplet: C8, ED and AB. RGB value is (200,237,171). Sum of RGB (Red+Green+Blue) = 200+237+171=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EDAB is #371254. Grayscale: #DADADA. Windows color (decimal): -3609173 or 11267528. OLE color: 11267528.
HSL color Cylindrical-coordinate representation of color #C8EDAB: hue angle of 93.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8EDAB is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 171 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.07 |
| HSL | 93.64º | 0.65% | 0.8% | - |
| HSV(B) | 93.64º | 0.28% | 0.93% | - |
| XYZ | 61.45 | 75.79 | 49.92 | - |
| YUV | 218.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 171 | 0.16 | 0 | 0.28 | 0.07 | 93.64 | 0.65 | 0.8 |
| Hex | C8 | ED | AB | 10 | 0 | 1C | 7 | 5E | 41 | 50 |
| Octal | 310 | 355 | 253 | 20 | 0 | 34 | 7 | 136 | 101 | 120 |
| Binary | 11001000 | 11101101 | 10101011 | 10000 | 0 | 11100 | 111 | 1011110 | 1000001 | 1010000 |
Color Harmonies of #C8EDAB
Complementary color
Monochromatic Colors of #C8EDAB
Black with #C8EDAB
Text Example
Text Example
White with #C8EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDAB; }
p { color: rgb(200,237,171); }
H1.HeaderClassName
{
color: #C8EDAB;
}
.AnyTagClassName
{
color: #C8EDAB;
}
</style>
background-color css
<style>
a { background-color: #C8EDAB; }
a { background-color: rgb(200,237,171); }
div.DivClassName
{
background-color: #C8EDAB;
}
.BgClassName
{
background-color: #C8EDAB;
}
</style>
border-color css
<style>
span { border-color: #C8EDAB; }
span { border-color: rgb(200,237,171); }
td.TdClassName
{
border-color: #C8EDAB;
}
.TagClassName
{
border-color: #C8EDAB;
}
</style>