Shades of Reef #CEEBA1
Tints of Reef #CEEBA1
RGB
CMYK
RGB Variations
Color information
#CEEBA1 (or 0xCEEBA1) is known color: Reef. HEX triplet: CE, EB and A1. RGB value is (206,235,161). Sum of RGB (Red+Green+Blue) = 206+235+161=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA1 is #31145E. Grayscale: #DADADA. Windows color (decimal): -3216479 or 10611662. OLE color: 10611662.
HSL color Cylindrical-coordinate representation of color #CEEBA1: hue angle of 83.51º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEEBA1 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 161 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.08 |
| HSL | 83.51º | 0.65% | 0.78% | - |
| HSV(B) | 83.51º | 0.31% | 0.92% | - |
| XYZ | 61.59 | 75.11 | 44.97 | - |
| YUV | 217.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 161 | 0.12 | 0 | 0.31 | 0.08 | 83.51 | 0.65 | 0.78 |
| Hex | CE | EB | A1 | C | 0 | 1F | 8 | 54 | 41 | 4E |
| Octal | 316 | 353 | 241 | 14 | 0 | 37 | 10 | 124 | 101 | 116 |
| Binary | 11001110 | 11101011 | 10100001 | 1100 | 0 | 11111 | 1000 | 1010100 | 1000001 | 1001110 |
Color Harmonies of #CEEBA1
Complementary color
Monochromatic Colors of #CEEBA1
Black with #CEEBA1
Text Example
Text Example
White with #CEEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBA1; }
p { color: rgb(206,235,161); }
H1.HeaderClassName
{
color: #CEEBA1;
}
.AnyTagClassName
{
color: #CEEBA1;
}
</style>
background-color css
<style>
a { background-color: #CEEBA1; }
a { background-color: rgb(206,235,161); }
div.DivClassName
{
background-color: #CEEBA1;
}
.BgClassName
{
background-color: #CEEBA1;
}
</style>
border-color css
<style>
span { border-color: #CEEBA1; }
span { border-color: rgb(206,235,161); }
td.TdClassName
{
border-color: #CEEBA1;
}
.TagClassName
{
border-color: #CEEBA1;
}
</style>