Shades of Reef #CEFEAB
Tints of Reef #CEFEAB
RGB
CMYK
RGB Variations
Color information
#CEFEAB (or 0xCEFEAB) is known color: Reef. HEX triplet: CE, FE and AB. RGB value is (206,254,171). Sum of RGB (Red+Green+Blue) = 206+254+171=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFEAB is #310154. Grayscale: #E6E6E6. Windows color (decimal): -3211605 or 11271886. OLE color: 11271886.
HSL color Cylindrical-coordinate representation of color #CEFEAB: hue angle of 94.7º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFEAB is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 171 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.00 |
| HSL | 94.7º | 0.98% | 0.83% | - |
| HSV(B) | 94.7º | 0.33% | 1% | - |
| XYZ | 68.25 | 86.95 | 51.71 | - |
| YUV | 230.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 171 | 0.19 | 0 | 0.33 | 0.00 | 94.7 | 0.98 | 0.83 |
| Hex | CE | FE | AB | 13 | 0 | 21 | 0 | 5F | 62 | 53 |
| Octal | 316 | 376 | 253 | 23 | 0 | 41 | 0 | 137 | 142 | 123 |
| Binary | 11001110 | 11111110 | 10101011 | 10011 | 0 | 100001 | 0 | 1011111 | 1100010 | 1010011 |
Color Harmonies of #CEFEAB
Complementary color
Monochromatic Colors of #CEFEAB
Black with #CEFEAB
Text Example
Text Example
White with #CEFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEAB; }
p { color: rgb(206,254,171); }
H1.HeaderClassName
{
color: #CEFEAB;
}
.AnyTagClassName
{
color: #CEFEAB;
}
</style>
background-color css
<style>
a { background-color: #CEFEAB; }
a { background-color: rgb(206,254,171); }
div.DivClassName
{
background-color: #CEFEAB;
}
.BgClassName
{
background-color: #CEFEAB;
}
</style>
border-color css
<style>
span { border-color: #CEFEAB; }
span { border-color: rgb(206,254,171); }
td.TdClassName
{
border-color: #CEFEAB;
}
.TagClassName
{
border-color: #CEFEAB;
}
</style>