Shades of Reef #CEE794
Tints of Reef #CEE794
RGB
CMYK
RGB Variations
Color information
#CEE794 (or 0xCEE794) is known color: Reef. HEX triplet: CE, E7 and 94. RGB value is (206,231,148). Sum of RGB (Red+Green+Blue) = 206+231+148=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE794 is #31186B. Grayscale: #D6D6D6. Windows color (decimal): -3217516 or 9758670. OLE color: 9758670.
HSL color Cylindrical-coordinate representation of color #CEE794: hue angle of 78.07º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEE794 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 148 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.09 |
| HSL | 78.07º | 0.63% | 0.74% | - |
| HSV(B) | 78.07º | 0.36% | 0.91% | - |
| XYZ | 59.37 | 72.41 | 38.86 | - |
| YUV | 214.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 148 | 0.11 | 0 | 0.36 | 0.09 | 78.07 | 0.63 | 0.74 |
| Hex | CE | E7 | 94 | B | 0 | 24 | 9 | 4E | 3F | 4A |
| Octal | 316 | 347 | 224 | 13 | 0 | 44 | 11 | 116 | 77 | 112 |
| Binary | 11001110 | 11100111 | 10010100 | 1011 | 0 | 100100 | 1001 | 1001110 | 111111 | 1001010 |
Color Harmonies of #CEE794
Complementary color
Monochromatic Colors of #CEE794
Black with #CEE794
Text Example
Text Example
White with #CEE794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE794; }
p { color: rgb(206,231,148); }
H1.HeaderClassName
{
color: #CEE794;
}
.AnyTagClassName
{
color: #CEE794;
}
</style>
background-color css
<style>
a { background-color: #CEE794; }
a { background-color: rgb(206,231,148); }
div.DivClassName
{
background-color: #CEE794;
}
.BgClassName
{
background-color: #CEE794;
}
</style>
border-color css
<style>
span { border-color: #CEE794; }
span { border-color: rgb(206,231,148); }
td.TdClassName
{
border-color: #CEE794;
}
.TagClassName
{
border-color: #CEE794;
}
</style>