Shades of Reef #C8ECA5
Tints of Reef #C8ECA5
RGB
CMYK
RGB Variations
Color information
#C8ECA5 (or 0xC8ECA5) is known color: Reef. HEX triplet: C8, EC and A5. RGB value is (200,236,165). Sum of RGB (Red+Green+Blue) = 200+236+165=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ECA5 is #37135A. Grayscale: #D9D9D9. Windows color (decimal): -3609435 or 10874056. OLE color: 10874056.
HSL color Cylindrical-coordinate representation of color #C8ECA5: hue angle of 90.42º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8ECA5 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 165 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.07 |
| HSL | 90.42º | 0.65% | 0.79% | - |
| HSV(B) | 90.42º | 0.3% | 0.93% | - |
| XYZ | 60.61 | 74.99 | 46.88 | - |
| YUV | 217.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 165 | 0.15 | 0 | 0.30 | 0.07 | 90.42 | 0.65 | 0.79 |
| Hex | C8 | EC | A5 | F | 0 | 1E | 7 | 5A | 41 | 4F |
| Octal | 310 | 354 | 245 | 17 | 0 | 36 | 7 | 132 | 101 | 117 |
| Binary | 11001000 | 11101100 | 10100101 | 1111 | 0 | 11110 | 111 | 1011010 | 1000001 | 1001111 |
Color Harmonies of #C8ECA5
Complementary color
Monochromatic Colors of #C8ECA5
Black with #C8ECA5
Text Example
Text Example
White with #C8ECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECA5; }
p { color: rgb(200,236,165); }
H1.HeaderClassName
{
color: #C8ECA5;
}
.AnyTagClassName
{
color: #C8ECA5;
}
</style>
background-color css
<style>
a { background-color: #C8ECA5; }
a { background-color: rgb(200,236,165); }
div.DivClassName
{
background-color: #C8ECA5;
}
.BgClassName
{
background-color: #C8ECA5;
}
</style>
border-color css
<style>
span { border-color: #C8ECA5; }
span { border-color: rgb(200,236,165); }
td.TdClassName
{
border-color: #C8ECA5;
}
.TagClassName
{
border-color: #C8ECA5;
}
</style>