Shades of Reef #CEFA8F
Tints of Reef #CEFA8F
RGB
CMYK
RGB Variations
Color information
#CEFA8F (or 0xCEFA8F) is known color: Reef. HEX triplet: CE, FA and 8F. RGB value is (206,250,143). Sum of RGB (Red+Green+Blue) = 206+250+143=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA8F is #310570. Grayscale: #E1E1E1. Windows color (decimal): -3212657 or 9435854. OLE color: 9435854.
HSL color Cylindrical-coordinate representation of color #CEFA8F: hue angle of 84.67º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEFA8F is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 143 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.02 |
| HSL | 84.67º | 0.91% | 0.77% | - |
| HSV(B) | 84.67º | 0.43% | 0.98% | - |
| XYZ | 64.6 | 83.48 | 38.69 | - |
| YUV | 224.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 143 | 0.18 | 0 | 0.43 | 0.02 | 84.67 | 0.91 | 0.77 |
| Hex | CE | FA | 8F | 12 | 0 | 2B | 2 | 55 | 5B | 4D |
| Octal | 316 | 372 | 217 | 22 | 0 | 53 | 2 | 125 | 133 | 115 |
| Binary | 11001110 | 11111010 | 10001111 | 10010 | 0 | 101011 | 10 | 1010101 | 1011011 | 1001101 |
Color Harmonies of #CEFA8F
Complementary color
Monochromatic Colors of #CEFA8F
Black with #CEFA8F
Text Example
Text Example
White with #CEFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA8F; }
p { color: rgb(206,250,143); }
H1.HeaderClassName
{
color: #CEFA8F;
}
.AnyTagClassName
{
color: #CEFA8F;
}
</style>
background-color css
<style>
a { background-color: #CEFA8F; }
a { background-color: rgb(206,250,143); }
div.DivClassName
{
background-color: #CEFA8F;
}
.BgClassName
{
background-color: #CEFA8F;
}
</style>
border-color css
<style>
span { border-color: #CEFA8F; }
span { border-color: rgb(206,250,143); }
td.TdClassName
{
border-color: #CEFA8F;
}
.TagClassName
{
border-color: #CEFA8F;
}
</style>