Shades of Reef #CEE69F
Tints of Reef #CEE69F
RGB
CMYK
RGB Variations
Color information
#CEE69F (or 0xCEE69F) is known color: Reef. HEX triplet: CE, E6 and 9F. RGB value is (206,230,159). Sum of RGB (Red+Green+Blue) = 206+230+159=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE69F is #311960. Grayscale: #D6D6D6. Windows color (decimal): -3217761 or 10479310. OLE color: 10479310.
HSL color Cylindrical-coordinate representation of color #CEE69F: hue angle of 80.28º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEE69F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 159 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.10 |
| HSL | 80.28º | 0.59% | 0.76% | - |
| HSV(B) | 80.28º | 0.31% | 0.9% | - |
| XYZ | 60.01 | 72.22 | 43.58 | - |
| YUV | 214.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 159 | 0.10 | 0 | 0.31 | 0.10 | 80.28 | 0.59 | 0.76 |
| Hex | CE | E6 | 9F | A | 0 | 1F | A | 50 | 3B | 4C |
| Octal | 316 | 346 | 237 | 12 | 0 | 37 | 12 | 120 | 73 | 114 |
| Binary | 11001110 | 11100110 | 10011111 | 1010 | 0 | 11111 | 1010 | 1010000 | 111011 | 1001100 |
Color Harmonies of #CEE69F
Complementary color
Monochromatic Colors of #CEE69F
Black with #CEE69F
Text Example
Text Example
White with #CEE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE69F; }
p { color: rgb(206,230,159); }
H1.HeaderClassName
{
color: #CEE69F;
}
.AnyTagClassName
{
color: #CEE69F;
}
</style>
background-color css
<style>
a { background-color: #CEE69F; }
a { background-color: rgb(206,230,159); }
div.DivClassName
{
background-color: #CEE69F;
}
.BgClassName
{
background-color: #CEE69F;
}
</style>
border-color css
<style>
span { border-color: #CEE69F; }
span { border-color: rgb(206,230,159); }
td.TdClassName
{
border-color: #CEE69F;
}
.TagClassName
{
border-color: #CEE69F;
}
</style>