Shades of Reef #CEE491
Tints of Reef #CEE491
RGB
CMYK
RGB Variations
Color information
#CEE491 (or 0xCEE491) is known color: Reef. HEX triplet: CE, E4 and 91. RGB value is (206,228,145). Sum of RGB (Red+Green+Blue) = 206+228+145=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE491 is #311B6E. Grayscale: #D4D4D4. Windows color (decimal): -3218287 or 9561294. OLE color: 9561294.
HSL color Cylindrical-coordinate representation of color #CEE491: hue angle of 75.9º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEE491 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 145 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.11 |
| HSL | 75.9º | 0.61% | 0.73% | - |
| HSV(B) | 75.9º | 0.36% | 0.89% | - |
| XYZ | 58.31 | 70.65 | 37.35 | - |
| YUV | 211.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 145 | 0.10 | 0 | 0.36 | 0.11 | 75.9 | 0.61 | 0.73 |
| Hex | CE | E4 | 91 | A | 0 | 24 | B | 4C | 3D | 49 |
| Octal | 316 | 344 | 221 | 12 | 0 | 44 | 13 | 114 | 75 | 111 |
| Binary | 11001110 | 11100100 | 10010001 | 1010 | 0 | 100100 | 1011 | 1001100 | 111101 | 1001001 |
Color Harmonies of #CEE491
Complementary color
Monochromatic Colors of #CEE491
Black with #CEE491
Text Example
Text Example
White with #CEE491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE491; }
p { color: rgb(206,228,145); }
H1.HeaderClassName
{
color: #CEE491;
}
.AnyTagClassName
{
color: #CEE491;
}
</style>
background-color css
<style>
a { background-color: #CEE491; }
a { background-color: rgb(206,228,145); }
div.DivClassName
{
background-color: #CEE491;
}
.BgClassName
{
background-color: #CEE491;
}
</style>
border-color css
<style>
span { border-color: #CEE491; }
span { border-color: rgb(206,228,145); }
td.TdClassName
{
border-color: #CEE491;
}
.TagClassName
{
border-color: #CEE491;
}
</style>