Shades of Reef #CBEC9A
Tints of Reef #CBEC9A
RGB
CMYK
RGB Variations
Color information
#CBEC9A (or 0xCBEC9A) is known color: Reef. HEX triplet: CB, EC and 9A. RGB value is (203,236,154). Sum of RGB (Red+Green+Blue) = 203+236+154=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC9A is #341365. Grayscale: #D9D9D9. Windows color (decimal): -3412838 or 10153163. OLE color: 10153163.
HSL color Cylindrical-coordinate representation of color #CBEC9A: hue angle of 84.15º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBEC9A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 154 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.07 |
| HSL | 84.15º | 0.68% | 0.76% | - |
| HSV(B) | 84.15º | 0.35% | 0.93% | - |
| XYZ | 60.46 | 75.02 | 41.87 | - |
| YUV | 216.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 154 | 0.14 | 0 | 0.35 | 0.07 | 84.15 | 0.68 | 0.76 |
| Hex | CB | EC | 9A | E | 0 | 23 | 7 | 54 | 44 | 4C |
| Octal | 313 | 354 | 232 | 16 | 0 | 43 | 7 | 124 | 104 | 114 |
| Binary | 11001011 | 11101100 | 10011010 | 1110 | 0 | 100011 | 111 | 1010100 | 1000100 | 1001100 |
Color Harmonies of #CBEC9A
Complementary color
Monochromatic Colors of #CBEC9A
Black with #CBEC9A
Text Example
Text Example
White with #CBEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC9A; }
p { color: rgb(203,236,154); }
H1.HeaderClassName
{
color: #CBEC9A;
}
.AnyTagClassName
{
color: #CBEC9A;
}
</style>
background-color css
<style>
a { background-color: #CBEC9A; }
a { background-color: rgb(203,236,154); }
div.DivClassName
{
background-color: #CBEC9A;
}
.BgClassName
{
background-color: #CBEC9A;
}
</style>
border-color css
<style>
span { border-color: #CBEC9A; }
span { border-color: rgb(203,236,154); }
td.TdClassName
{
border-color: #CBEC9A;
}
.TagClassName
{
border-color: #CBEC9A;
}
</style>