Shades of Reef #CEE691
Tints of Reef #CEE691
RGB
CMYK
RGB Variations
Color information
#CEE691 (or 0xCEE691) is known color: Reef. HEX triplet: CE, E6 and 91. RGB value is (206,230,145). Sum of RGB (Red+Green+Blue) = 206+230+145=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE691 is #31196E. Grayscale: #D5D5D5. Windows color (decimal): -3217775 or 9561806. OLE color: 9561806.
HSL color Cylindrical-coordinate representation of color #CEE691: hue angle of 76.94º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEE691 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 145 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.10 |
| HSL | 76.94º | 0.63% | 0.74% | - |
| HSV(B) | 76.94º | 0.37% | 0.9% | - |
| XYZ | 58.86 | 71.76 | 37.54 | - |
| YUV | 213.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 145 | 0.10 | 0 | 0.37 | 0.10 | 76.94 | 0.63 | 0.74 |
| Hex | CE | E6 | 91 | A | 0 | 25 | A | 4D | 3F | 4A |
| Octal | 316 | 346 | 221 | 12 | 0 | 45 | 12 | 115 | 77 | 112 |
| Binary | 11001110 | 11100110 | 10010001 | 1010 | 0 | 100101 | 1010 | 1001101 | 111111 | 1001010 |
Color Harmonies of #CEE691
Complementary color
Monochromatic Colors of #CEE691
Black with #CEE691
Text Example
Text Example
White with #CEE691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE691; }
p { color: rgb(206,230,145); }
H1.HeaderClassName
{
color: #CEE691;
}
.AnyTagClassName
{
color: #CEE691;
}
</style>
background-color css
<style>
a { background-color: #CEE691; }
a { background-color: rgb(206,230,145); }
div.DivClassName
{
background-color: #CEE691;
}
.BgClassName
{
background-color: #CEE691;
}
</style>
border-color css
<style>
span { border-color: #CEE691; }
span { border-color: rgb(206,230,145); }
td.TdClassName
{
border-color: #CEE691;
}
.TagClassName
{
border-color: #CEE691;
}
</style>