Shades of Reef #C8EBAC
Tints of Reef #C8EBAC
RGB
CMYK
RGB Variations
Color information
#C8EBAC (or 0xC8EBAC) is known color: Reef. HEX triplet: C8, EB and AC. RGB value is (200,235,172). Sum of RGB (Red+Green+Blue) = 200+235+172=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EBAC is #371453. Grayscale: #D9D9D9. Windows color (decimal): -3609684 or 11332552. OLE color: 11332552.
HSL color Cylindrical-coordinate representation of color #C8EBAC: hue angle of 93.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EBAC is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 172 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.08 |
| HSL | 93.33º | 0.61% | 0.8% | - |
| HSV(B) | 93.33º | 0.27% | 0.92% | - |
| XYZ | 60.97 | 74.67 | 50.23 | - |
| YUV | 217.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 172 | 0.15 | 0 | 0.27 | 0.08 | 93.33 | 0.61 | 0.8 |
| Hex | C8 | EB | AC | F | 0 | 1B | 8 | 5D | 3D | 50 |
| Octal | 310 | 353 | 254 | 17 | 0 | 33 | 10 | 135 | 75 | 120 |
| Binary | 11001000 | 11101011 | 10101100 | 1111 | 0 | 11011 | 1000 | 1011101 | 111101 | 1010000 |
Color Harmonies of #C8EBAC
Complementary color
Monochromatic Colors of #C8EBAC
Black with #C8EBAC
Text Example
Text Example
White with #C8EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBAC; }
p { color: rgb(200,235,172); }
H1.HeaderClassName
{
color: #C8EBAC;
}
.AnyTagClassName
{
color: #C8EBAC;
}
</style>
background-color css
<style>
a { background-color: #C8EBAC; }
a { background-color: rgb(200,235,172); }
div.DivClassName
{
background-color: #C8EBAC;
}
.BgClassName
{
background-color: #C8EBAC;
}
</style>
border-color css
<style>
span { border-color: #C8EBAC; }
span { border-color: rgb(200,235,172); }
td.TdClassName
{
border-color: #C8EBAC;
}
.TagClassName
{
border-color: #C8EBAC;
}
</style>