Shades of Reef #CEF090
Tints of Reef #CEF090
RGB
CMYK
RGB Variations
Color information
#CEF090 (or 0xCEF090) is known color: Reef. HEX triplet: CE, F0 and 90. RGB value is (206,240,144). Sum of RGB (Red+Green+Blue) = 206+240+144=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF090 is #310F6F. Grayscale: #DBDBDB. Windows color (decimal): -3215216 or 9498830. OLE color: 9498830.
HSL color Cylindrical-coordinate representation of color #CEF090: hue angle of 81.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF090 is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 144 | - |
| CMYK | 0.14 | 0 | 0.4 | 0.06 |
| HSL | 81.25º | 0.76% | 0.75% | - |
| HSV(B) | 81.25º | 0.4% | 0.94% | - |
| XYZ | 61.65 | 77.46 | 38.09 | - |
| YUV | 218.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 144 | 0.14 | 0 | 0.4 | 0.06 | 81.25 | 0.76 | 0.75 |
| Hex | CE | F0 | 90 | E | 0 | 28 | 6 | 51 | 4C | 4B |
| Octal | 316 | 360 | 220 | 16 | 0 | 50 | 6 | 121 | 114 | 113 |
| Binary | 11001110 | 11110000 | 10010000 | 1110 | 0 | 101000 | 110 | 1010001 | 1001100 | 1001011 |
Color Harmonies of #CEF090
Complementary color
Monochromatic Colors of #CEF090
Black with #CEF090
Text Example
Text Example
White with #CEF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF090; }
p { color: rgb(206,240,144); }
H1.HeaderClassName
{
color: #CEF090;
}
.AnyTagClassName
{
color: #CEF090;
}
</style>
background-color css
<style>
a { background-color: #CEF090; }
a { background-color: rgb(206,240,144); }
div.DivClassName
{
background-color: #CEF090;
}
.BgClassName
{
background-color: #CEF090;
}
</style>
border-color css
<style>
span { border-color: #CEF090; }
span { border-color: rgb(206,240,144); }
td.TdClassName
{
border-color: #CEF090;
}
.TagClassName
{
border-color: #CEF090;
}
</style>