Shades of Reef #C8E6AE
Tints of Reef #C8E6AE
RGB
CMYK
RGB Variations
Color information
#C8E6AE (or 0xC8E6AE) is known color: Reef. HEX triplet: C8, E6 and AE. RGB value is (200,230,174). Sum of RGB (Red+Green+Blue) = 200+230+174=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E6AE is #371951. Grayscale: #D6D6D6. Windows color (decimal): -3610962 or 11462344. OLE color: 11462344.
HSL color Cylindrical-coordinate representation of color #C8E6AE: hue angle of 92.14º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8E6AE is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 174 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.10 |
| HSL | 92.14º | 0.53% | 0.79% | - |
| HSV(B) | 92.14º | 0.24% | 0.9% | - |
| XYZ | 59.76 | 71.93 | 50.78 | - |
| YUV | 214.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 174 | 0.13 | 0 | 0.24 | 0.10 | 92.14 | 0.53 | 0.79 |
| Hex | C8 | E6 | AE | D | 0 | 18 | A | 5C | 35 | 4F |
| Octal | 310 | 346 | 256 | 15 | 0 | 30 | 12 | 134 | 65 | 117 |
| Binary | 11001000 | 11100110 | 10101110 | 1101 | 0 | 11000 | 1010 | 1011100 | 110101 | 1001111 |
Color Harmonies of #C8E6AE
Complementary color
Monochromatic Colors of #C8E6AE
Black with #C8E6AE
Text Example
Text Example
White with #C8E6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E6AE; }
p { color: rgb(200,230,174); }
H1.HeaderClassName
{
color: #C8E6AE;
}
.AnyTagClassName
{
color: #C8E6AE;
}
</style>
background-color css
<style>
a { background-color: #C8E6AE; }
a { background-color: rgb(200,230,174); }
div.DivClassName
{
background-color: #C8E6AE;
}
.BgClassName
{
background-color: #C8E6AE;
}
</style>
border-color css
<style>
span { border-color: #C8E6AE; }
span { border-color: rgb(200,230,174); }
td.TdClassName
{
border-color: #C8E6AE;
}
.TagClassName
{
border-color: #C8E6AE;
}
</style>