Shades of Reef #CEF394
Tints of Reef #CEF394
RGB
CMYK
RGB Variations
Color information
#CEF394 (or 0xCEF394) is known color: Reef. HEX triplet: CE, F3 and 94. RGB value is (206,243,148). Sum of RGB (Red+Green+Blue) = 206+243+148=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF394 is #310C6B. Grayscale: #DDDDDD. Windows color (decimal): -3214444 or 9761742. OLE color: 9761742.
HSL color Cylindrical-coordinate representation of color #CEF394: hue angle of 83.37º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEF394 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 148 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.05 |
| HSL | 83.37º | 0.8% | 0.77% | - |
| HSV(B) | 83.37º | 0.39% | 0.95% | - |
| XYZ | 62.85 | 79.36 | 40.02 | - |
| YUV | 221.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 148 | 0.15 | 0 | 0.39 | 0.05 | 83.37 | 0.8 | 0.77 |
| Hex | CE | F3 | 94 | F | 0 | 27 | 5 | 53 | 50 | 4D |
| Octal | 316 | 363 | 224 | 17 | 0 | 47 | 5 | 123 | 120 | 115 |
| Binary | 11001110 | 11110011 | 10010100 | 1111 | 0 | 100111 | 101 | 1010011 | 1010000 | 1001101 |
Color Harmonies of #CEF394
Complementary color
Monochromatic Colors of #CEF394
Black with #CEF394
Text Example
Text Example
White with #CEF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF394; }
p { color: rgb(206,243,148); }
H1.HeaderClassName
{
color: #CEF394;
}
.AnyTagClassName
{
color: #CEF394;
}
</style>
background-color css
<style>
a { background-color: #CEF394; }
a { background-color: rgb(206,243,148); }
div.DivClassName
{
background-color: #CEF394;
}
.BgClassName
{
background-color: #CEF394;
}
</style>
border-color css
<style>
span { border-color: #CEF394; }
span { border-color: rgb(206,243,148); }
td.TdClassName
{
border-color: #CEF394;
}
.TagClassName
{
border-color: #CEF394;
}
</style>