Shades of Reef #CBEE90
Tints of Reef #CBEE90
RGB
CMYK
RGB Variations
Color information
#CBEE90 (or 0xCBEE90) is known color: Reef. HEX triplet: CB, EE and 90. RGB value is (203,238,144). Sum of RGB (Red+Green+Blue) = 203+238+144=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE90 is #34116F. Grayscale: #D9D9D9. Windows color (decimal): -3412336 or 9498315. OLE color: 9498315.
HSL color Cylindrical-coordinate representation of color #CBEE90: hue angle of 82.34º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBEE90 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 144 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.07 |
| HSL | 82.34º | 0.73% | 0.75% | - |
| HSV(B) | 82.34º | 0.39% | 0.93% | - |
| XYZ | 60.24 | 75.86 | 37.85 | - |
| YUV | 216.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 144 | 0.15 | 0 | 0.39 | 0.07 | 82.34 | 0.73 | 0.75 |
| Hex | CB | EE | 90 | F | 0 | 27 | 7 | 52 | 49 | 4B |
| Octal | 313 | 356 | 220 | 17 | 0 | 47 | 7 | 122 | 111 | 113 |
| Binary | 11001011 | 11101110 | 10010000 | 1111 | 0 | 100111 | 111 | 1010010 | 1001001 | 1001011 |
Color Harmonies of #CBEE90
Complementary color
Monochromatic Colors of #CBEE90
Black with #CBEE90
Text Example
Text Example
White with #CBEE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE90; }
p { color: rgb(203,238,144); }
H1.HeaderClassName
{
color: #CBEE90;
}
.AnyTagClassName
{
color: #CBEE90;
}
</style>
background-color css
<style>
a { background-color: #CBEE90; }
a { background-color: rgb(203,238,144); }
div.DivClassName
{
background-color: #CBEE90;
}
.BgClassName
{
background-color: #CBEE90;
}
</style>
border-color css
<style>
span { border-color: #CBEE90; }
span { border-color: rgb(203,238,144); }
td.TdClassName
{
border-color: #CBEE90;
}
.TagClassName
{
border-color: #CBEE90;
}
</style>