Shades of Reef #CEEC90
Tints of Reef #CEEC90
RGB
CMYK
RGB Variations
Color information
#CEEC90 (or 0xCEEC90) is known color: Reef. HEX triplet: CE, EC and 90. RGB value is (206,236,144). Sum of RGB (Red+Green+Blue) = 206+236+144=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEC90 is #31136F. Grayscale: #D8D8D8. Windows color (decimal): -3216240 or 9497806. OLE color: 9497806.
HSL color Cylindrical-coordinate representation of color #CEEC90: hue angle of 79.57º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEEC90 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 144 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.07 |
| HSL | 79.57º | 0.71% | 0.75% | - |
| HSV(B) | 79.57º | 0.39% | 0.93% | - |
| XYZ | 60.48 | 75.13 | 37.7 | - |
| YUV | 216.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 144 | 0.13 | 0 | 0.39 | 0.07 | 79.57 | 0.71 | 0.75 |
| Hex | CE | EC | 90 | D | 0 | 27 | 7 | 50 | 47 | 4B |
| Octal | 316 | 354 | 220 | 15 | 0 | 47 | 7 | 120 | 107 | 113 |
| Binary | 11001110 | 11101100 | 10010000 | 1101 | 0 | 100111 | 111 | 1010000 | 1000111 | 1001011 |
Color Harmonies of #CEEC90
Complementary color
Monochromatic Colors of #CEEC90
Black with #CEEC90
Text Example
Text Example
White with #CEEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC90; }
p { color: rgb(206,236,144); }
H1.HeaderClassName
{
color: #CEEC90;
}
.AnyTagClassName
{
color: #CEEC90;
}
</style>
background-color css
<style>
a { background-color: #CEEC90; }
a { background-color: rgb(206,236,144); }
div.DivClassName
{
background-color: #CEEC90;
}
.BgClassName
{
background-color: #CEEC90;
}
</style>
border-color css
<style>
span { border-color: #CEEC90; }
span { border-color: rgb(206,236,144); }
td.TdClassName
{
border-color: #CEEC90;
}
.TagClassName
{
border-color: #CEEC90;
}
</style>