Shades of Reef #C8E0AC
Tints of Reef #C8E0AC
RGB
CMYK
RGB Variations
Color information
#C8E0AC (or 0xC8E0AC) is known color: Reef. HEX triplet: C8, E0 and AC. RGB value is (200,224,172). Sum of RGB (Red+Green+Blue) = 200+224+172=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E0AC is #371F53. Grayscale: #D3D3D3. Windows color (decimal): -3612500 or 11329736. OLE color: 11329736.
HSL color Cylindrical-coordinate representation of color #C8E0AC: hue angle of 87.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8E0AC is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 172 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.12 |
| HSL | 87.69º | 0.46% | 0.78% | - |
| HSV(B) | 87.69º | 0.23% | 0.88% | - |
| XYZ | 57.92 | 68.57 | 49.21 | - |
| YUV | 210.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 172 | 0.11 | 0 | 0.23 | 0.12 | 87.69 | 0.46 | 0.78 |
| Hex | C8 | E0 | AC | B | 0 | 17 | C | 58 | 2E | 4E |
| Octal | 310 | 340 | 254 | 13 | 0 | 27 | 14 | 130 | 56 | 116 |
| Binary | 11001000 | 11100000 | 10101100 | 1011 | 0 | 10111 | 1100 | 1011000 | 101110 | 1001110 |
Color Harmonies of #C8E0AC
Complementary color
Monochromatic Colors of #C8E0AC
Black with #C8E0AC
Text Example
Text Example
White with #C8E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0AC; }
p { color: rgb(200,224,172); }
H1.HeaderClassName
{
color: #C8E0AC;
}
.AnyTagClassName
{
color: #C8E0AC;
}
</style>
background-color css
<style>
a { background-color: #C8E0AC; }
a { background-color: rgb(200,224,172); }
div.DivClassName
{
background-color: #C8E0AC;
}
.BgClassName
{
background-color: #C8E0AC;
}
</style>
border-color css
<style>
span { border-color: #C8E0AC; }
span { border-color: rgb(200,224,172); }
td.TdClassName
{
border-color: #C8E0AC;
}
.TagClassName
{
border-color: #C8E0AC;
}
</style>