Shades of Reef #C8EFA9
Tints of Reef #C8EFA9
RGB
CMYK
RGB Variations
Color information
#C8EFA9 (or 0xC8EFA9) is known color: Reef. HEX triplet: C8, EF and A9. RGB value is (200,239,169). Sum of RGB (Red+Green+Blue) = 200+239+169=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFA9 is #371056. Grayscale: #DBDBDB. Windows color (decimal): -3608663 or 11136968. OLE color: 11136968.
HSL color Cylindrical-coordinate representation of color #C8EFA9: hue angle of 93.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8EFA9 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 169 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.06 |
| HSL | 93.43º | 0.69% | 0.8% | - |
| HSV(B) | 93.43º | 0.29% | 0.94% | - |
| XYZ | 61.85 | 76.88 | 49.12 | - |
| YUV | 219.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 169 | 0.16 | 0 | 0.29 | 0.06 | 93.43 | 0.69 | 0.8 |
| Hex | C8 | EF | A9 | 10 | 0 | 1D | 6 | 5D | 45 | 50 |
| Octal | 310 | 357 | 251 | 20 | 0 | 35 | 6 | 135 | 105 | 120 |
| Binary | 11001000 | 11101111 | 10101001 | 10000 | 0 | 11101 | 110 | 1011101 | 1000101 | 1010000 |
Color Harmonies of #C8EFA9
Complementary color
Monochromatic Colors of #C8EFA9
Black with #C8EFA9
Text Example
Text Example
White with #C8EFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFA9; }
p { color: rgb(200,239,169); }
H1.HeaderClassName
{
color: #C8EFA9;
}
.AnyTagClassName
{
color: #C8EFA9;
}
</style>
background-color css
<style>
a { background-color: #C8EFA9; }
a { background-color: rgb(200,239,169); }
div.DivClassName
{
background-color: #C8EFA9;
}
.BgClassName
{
background-color: #C8EFA9;
}
</style>
border-color css
<style>
span { border-color: #C8EFA9; }
span { border-color: rgb(200,239,169); }
td.TdClassName
{
border-color: #C8EFA9;
}
.TagClassName
{
border-color: #C8EFA9;
}
</style>