Shades of Reef #CEE398
Tints of Reef #CEE398
RGB
CMYK
RGB Variations
Color information
#CEE398 (or 0xCEE398) is known color: Reef. HEX triplet: CE, E3 and 98. RGB value is (206,227,152). Sum of RGB (Red+Green+Blue) = 206+227+152=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE398 is #311C67. Grayscale: #D4D4D4. Windows color (decimal): -3218536 or 10019790. OLE color: 10019790.
HSL color Cylindrical-coordinate representation of color #CEE398: hue angle of 76.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE398 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 152 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.11 |
| HSL | 76.8º | 0.57% | 0.74% | - |
| HSV(B) | 76.8º | 0.33% | 0.89% | - |
| XYZ | 58.59 | 70.33 | 40.19 | - |
| YUV | 212.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 152 | 0.09 | 0 | 0.33 | 0.11 | 76.8 | 0.57 | 0.74 |
| Hex | CE | E3 | 98 | 9 | 0 | 21 | B | 4D | 39 | 4A |
| Octal | 316 | 343 | 230 | 11 | 0 | 41 | 13 | 115 | 71 | 112 |
| Binary | 11001110 | 11100011 | 10011000 | 1001 | 0 | 100001 | 1011 | 1001101 | 111001 | 1001010 |
Color Harmonies of #CEE398
Complementary color
Monochromatic Colors of #CEE398
Black with #CEE398
Text Example
Text Example
White with #CEE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE398; }
p { color: rgb(206,227,152); }
H1.HeaderClassName
{
color: #CEE398;
}
.AnyTagClassName
{
color: #CEE398;
}
</style>
background-color css
<style>
a { background-color: #CEE398; }
a { background-color: rgb(206,227,152); }
div.DivClassName
{
background-color: #CEE398;
}
.BgClassName
{
background-color: #CEE398;
}
</style>
border-color css
<style>
span { border-color: #CEE398; }
span { border-color: rgb(206,227,152); }
td.TdClassName
{
border-color: #CEE398;
}
.TagClassName
{
border-color: #CEE398;
}
</style>