Shades of Reef #CBEB90
Tints of Reef #CBEB90
RGB
CMYK
RGB Variations
Color information
#CBEB90 (or 0xCBEB90) is known color: Reef. HEX triplet: CB, EB and 90. RGB value is (203,235,144). Sum of RGB (Red+Green+Blue) = 203+235+144=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEB90 is #34146F. Grayscale: #D7D7D7. Windows color (decimal): -3413104 or 9497547. OLE color: 9497547.
HSL color Cylindrical-coordinate representation of color #CBEB90: hue angle of 81.1º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBEB90 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 144 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.08 |
| HSL | 81.1º | 0.69% | 0.74% | - |
| HSV(B) | 81.1º | 0.39% | 0.92% | - |
| XYZ | 59.37 | 74.13 | 37.56 | - |
| YUV | 215.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 144 | 0.14 | 0 | 0.39 | 0.08 | 81.1 | 0.69 | 0.74 |
| Hex | CB | EB | 90 | E | 0 | 27 | 8 | 51 | 45 | 4A |
| Octal | 313 | 353 | 220 | 16 | 0 | 47 | 10 | 121 | 105 | 112 |
| Binary | 11001011 | 11101011 | 10010000 | 1110 | 0 | 100111 | 1000 | 1010001 | 1000101 | 1001010 |
Color Harmonies of #CBEB90
Complementary color
Monochromatic Colors of #CBEB90
Black with #CBEB90
Text Example
Text Example
White with #CBEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB90; }
p { color: rgb(203,235,144); }
H1.HeaderClassName
{
color: #CBEB90;
}
.AnyTagClassName
{
color: #CBEB90;
}
</style>
background-color css
<style>
a { background-color: #CBEB90; }
a { background-color: rgb(203,235,144); }
div.DivClassName
{
background-color: #CBEB90;
}
.BgClassName
{
background-color: #CBEB90;
}
</style>
border-color css
<style>
span { border-color: #CBEB90; }
span { border-color: rgb(203,235,144); }
td.TdClassName
{
border-color: #CBEB90;
}
.TagClassName
{
border-color: #CBEB90;
}
</style>