Shades of Reef #CEFA9A
Tints of Reef #CEFA9A
RGB
CMYK
RGB Variations
Color information
#CEFA9A (or 0xCEFA9A) is known color: Reef. HEX triplet: CE, FA and 9A. RGB value is (206,250,154). Sum of RGB (Red+Green+Blue) = 206+250+154=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA9A is #310565. Grayscale: #E2E2E2. Windows color (decimal): -3212646 or 10156750. OLE color: 10156750.
HSL color Cylindrical-coordinate representation of color #CEFA9A: hue angle of 87.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEFA9A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 154 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.02 |
| HSL | 87.5º | 0.91% | 0.79% | - |
| HSV(B) | 87.5º | 0.38% | 0.98% | - |
| XYZ | 65.47 | 83.83 | 43.3 | - |
| YUV | 225.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 154 | 0.18 | 0 | 0.38 | 0.02 | 87.5 | 0.91 | 0.79 |
| Hex | CE | FA | 9A | 12 | 0 | 26 | 2 | 57 | 5B | 4F |
| Octal | 316 | 372 | 232 | 22 | 0 | 46 | 2 | 127 | 133 | 117 |
| Binary | 11001110 | 11111010 | 10011010 | 10010 | 0 | 100110 | 10 | 1010111 | 1011011 | 1001111 |
Color Harmonies of #CEFA9A
Complementary color
Monochromatic Colors of #CEFA9A
Black with #CEFA9A
Text Example
Text Example
White with #CEFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA9A; }
p { color: rgb(206,250,154); }
H1.HeaderClassName
{
color: #CEFA9A;
}
.AnyTagClassName
{
color: #CEFA9A;
}
</style>
background-color css
<style>
a { background-color: #CEFA9A; }
a { background-color: rgb(206,250,154); }
div.DivClassName
{
background-color: #CEFA9A;
}
.BgClassName
{
background-color: #CEFA9A;
}
</style>
border-color css
<style>
span { border-color: #CEFA9A; }
span { border-color: rgb(206,250,154); }
td.TdClassName
{
border-color: #CEFA9A;
}
.TagClassName
{
border-color: #CEFA9A;
}
</style>