Shades of Reef #CBEBA0
Tints of Reef #CBEBA0
RGB
CMYK
RGB Variations
Color information
#CBEBA0 (or 0xCBEBA0) is known color: Reef. HEX triplet: CB, EB and A0. RGB value is (203,235,160). Sum of RGB (Red+Green+Blue) = 203+235+160=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA0 is #34145F. Grayscale: #D9D9D9. Windows color (decimal): -3413088 or 10546123. OLE color: 10546123.
HSL color Cylindrical-coordinate representation of color #CBEBA0: hue angle of 85.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEBA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 160 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.08 |
| HSL | 85.6º | 0.65% | 0.77% | - |
| HSV(B) | 85.6º | 0.32% | 0.92% | - |
| XYZ | 60.68 | 74.65 | 44.47 | - |
| YUV | 216.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 160 | 0.14 | 0 | 0.32 | 0.08 | 85.6 | 0.65 | 0.77 |
| Hex | CB | EB | A0 | E | 0 | 20 | 8 | 56 | 41 | 4D |
| Octal | 313 | 353 | 240 | 16 | 0 | 40 | 10 | 126 | 101 | 115 |
| Binary | 11001011 | 11101011 | 10100000 | 1110 | 0 | 100000 | 1000 | 1010110 | 1000001 | 1001101 |
Color Harmonies of #CBEBA0
Complementary color
Monochromatic Colors of #CBEBA0
Black with #CBEBA0
Text Example
Text Example
White with #CBEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBA0; }
p { color: rgb(203,235,160); }
H1.HeaderClassName
{
color: #CBEBA0;
}
.AnyTagClassName
{
color: #CBEBA0;
}
</style>
background-color css
<style>
a { background-color: #CBEBA0; }
a { background-color: rgb(203,235,160); }
div.DivClassName
{
background-color: #CBEBA0;
}
.BgClassName
{
background-color: #CBEBA0;
}
</style>
border-color css
<style>
span { border-color: #CBEBA0; }
span { border-color: rgb(203,235,160); }
td.TdClassName
{
border-color: #CBEBA0;
}
.TagClassName
{
border-color: #CBEBA0;
}
</style>