Shades of Reef #CBECA8
Tints of Reef #CBECA8
RGB
CMYK
RGB Variations
Color information
#CBECA8 (or 0xCBECA8) is known color: Reef. HEX triplet: CB, EC and A8. RGB value is (203,236,168). Sum of RGB (Red+Green+Blue) = 203+236+168=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECA8 is #341357. Grayscale: #DADADA. Windows color (decimal): -3412824 or 11070667. OLE color: 11070667.
HSL color Cylindrical-coordinate representation of color #CBECA8: hue angle of 89.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBECA8 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 168 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.07 |
| HSL | 89.12º | 0.64% | 0.79% | - |
| HSV(B) | 89.12º | 0.29% | 0.93% | - |
| XYZ | 61.69 | 75.51 | 48.37 | - |
| YUV | 218.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 168 | 0.14 | 0 | 0.29 | 0.07 | 89.12 | 0.64 | 0.79 |
| Hex | CB | EC | A8 | E | 0 | 1D | 7 | 59 | 40 | 4F |
| Octal | 313 | 354 | 250 | 16 | 0 | 35 | 7 | 131 | 100 | 117 |
| Binary | 11001011 | 11101100 | 10101000 | 1110 | 0 | 11101 | 111 | 1011001 | 1000000 | 1001111 |
Color Harmonies of #CBECA8
Complementary color
Monochromatic Colors of #CBECA8
Black with #CBECA8
Text Example
Text Example
White with #CBECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECA8; }
p { color: rgb(203,236,168); }
H1.HeaderClassName
{
color: #CBECA8;
}
.AnyTagClassName
{
color: #CBECA8;
}
</style>
background-color css
<style>
a { background-color: #CBECA8; }
a { background-color: rgb(203,236,168); }
div.DivClassName
{
background-color: #CBECA8;
}
.BgClassName
{
background-color: #CBECA8;
}
</style>
border-color css
<style>
span { border-color: #CBECA8; }
span { border-color: rgb(203,236,168); }
td.TdClassName
{
border-color: #CBECA8;
}
.TagClassName
{
border-color: #CBECA8;
}
</style>