Shades of Reef #CEF590
Tints of Reef #CEF590
RGB
CMYK
RGB Variations
Color information
#CEF590 (or 0xCEF590) is known color: Reef. HEX triplet: CE, F5 and 90. RGB value is (206,245,144). Sum of RGB (Red+Green+Blue) = 206+245+144=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF590 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF590 is #310A6F. Grayscale: #DEDEDE. Windows color (decimal): -3213936 or 9500110. OLE color: 9500110.
HSL color Cylindrical-coordinate representation of color #CEF590: hue angle of 83.17º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEF590 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 144 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.04 |
| HSL | 83.17º | 0.83% | 0.76% | - |
| HSV(B) | 83.17º | 0.41% | 0.96% | - |
| XYZ | 63.14 | 80.44 | 38.58 | - |
| YUV | 221.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 144 | 0.16 | 0 | 0.41 | 0.04 | 83.17 | 0.83 | 0.76 |
| Hex | CE | F5 | 90 | 10 | 0 | 29 | 4 | 53 | 53 | 4C |
| Octal | 316 | 365 | 220 | 20 | 0 | 51 | 4 | 123 | 123 | 114 |
| Binary | 11001110 | 11110101 | 10010000 | 10000 | 0 | 101001 | 100 | 1010011 | 1010011 | 1001100 |
Color Harmonies of #CEF590
Complementary color
Monochromatic Colors of #CEF590
Black with #CEF590
Text Example
Text Example
White with #CEF590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF590; }
p { color: rgb(206,245,144); }
H1.HeaderClassName
{
color: #CEF590;
}
.AnyTagClassName
{
color: #CEF590;
}
</style>
background-color css
<style>
a { background-color: #CEF590; }
a { background-color: rgb(206,245,144); }
div.DivClassName
{
background-color: #CEF590;
}
.BgClassName
{
background-color: #CEF590;
}
</style>
border-color css
<style>
span { border-color: #CEF590; }
span { border-color: rgb(206,245,144); }
td.TdClassName
{
border-color: #CEF590;
}
.TagClassName
{
border-color: #CEF590;
}
</style>