Shades of Reef #CEFA9C
Tints of Reef #CEFA9C
RGB
CMYK
RGB Variations
Color information
#CEFA9C (or 0xCEFA9C) is known color: Reef. HEX triplet: CE, FA and 9C. RGB value is (206,250,156). Sum of RGB (Red+Green+Blue) = 206+250+156=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA9C is #310563. Grayscale: #E2E2E2. Windows color (decimal): -3212644 or 10287822. OLE color: 10287822.
HSL color Cylindrical-coordinate representation of color #CEFA9C: hue angle of 88.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEFA9C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 156 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.02 |
| HSL | 88.09º | 0.9% | 0.8% | - |
| HSV(B) | 88.09º | 0.38% | 0.98% | - |
| XYZ | 65.64 | 83.89 | 44.19 | - |
| YUV | 226.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 156 | 0.18 | 0 | 0.38 | 0.02 | 88.09 | 0.9 | 0.8 |
| Hex | CE | FA | 9C | 12 | 0 | 26 | 2 | 58 | 5A | 50 |
| Octal | 316 | 372 | 234 | 22 | 0 | 46 | 2 | 130 | 132 | 120 |
| Binary | 11001110 | 11111010 | 10011100 | 10010 | 0 | 100110 | 10 | 1011000 | 1011010 | 1010000 |
Color Harmonies of #CEFA9C
Complementary color
Monochromatic Colors of #CEFA9C
Black with #CEFA9C
Text Example
Text Example
White with #CEFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA9C; }
p { color: rgb(206,250,156); }
H1.HeaderClassName
{
color: #CEFA9C;
}
.AnyTagClassName
{
color: #CEFA9C;
}
</style>
background-color css
<style>
a { background-color: #CEFA9C; }
a { background-color: rgb(206,250,156); }
div.DivClassName
{
background-color: #CEFA9C;
}
.BgClassName
{
background-color: #CEFA9C;
}
</style>
border-color css
<style>
span { border-color: #CEFA9C; }
span { border-color: rgb(206,250,156); }
td.TdClassName
{
border-color: #CEFA9C;
}
.TagClassName
{
border-color: #CEFA9C;
}
</style>