Shades of Reef #C8EE94
Tints of Reef #C8EE94
RGB
CMYK
RGB Variations
Color information
#C8EE94 (or 0xC8EE94) is known color: Reef. HEX triplet: C8, EE and 94. RGB value is (200,238,148). Sum of RGB (Red+Green+Blue) = 200+238+148=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EE94 is #37116B. Grayscale: #D8D8D8. Windows color (decimal): -3608940 or 9760456. OLE color: 9760456.
HSL color Cylindrical-coordinate representation of color #C8EE94: hue angle of 85.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8EE94 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 148 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.07 |
| HSL | 85.33º | 0.73% | 0.76% | - |
| HSV(B) | 85.33º | 0.38% | 0.93% | - |
| XYZ | 59.74 | 75.57 | 39.45 | - |
| YUV | 216.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 148 | 0.16 | 0 | 0.38 | 0.07 | 85.33 | 0.73 | 0.76 |
| Hex | C8 | EE | 94 | 10 | 0 | 26 | 7 | 55 | 49 | 4C |
| Octal | 310 | 356 | 224 | 20 | 0 | 46 | 7 | 125 | 111 | 114 |
| Binary | 11001000 | 11101110 | 10010100 | 10000 | 0 | 100110 | 111 | 1010101 | 1001001 | 1001100 |
Color Harmonies of #C8EE94
Complementary color
Monochromatic Colors of #C8EE94
Black with #C8EE94
Text Example
Text Example
White with #C8EE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EE94; }
p { color: rgb(200,238,148); }
H1.HeaderClassName
{
color: #C8EE94;
}
.AnyTagClassName
{
color: #C8EE94;
}
</style>
background-color css
<style>
a { background-color: #C8EE94; }
a { background-color: rgb(200,238,148); }
div.DivClassName
{
background-color: #C8EE94;
}
.BgClassName
{
background-color: #C8EE94;
}
</style>
border-color css
<style>
span { border-color: #C8EE94; }
span { border-color: rgb(200,238,148); }
td.TdClassName
{
border-color: #C8EE94;
}
.TagClassName
{
border-color: #C8EE94;
}
</style>