Shades of Reef #CBEE9A
Tints of Reef #CBEE9A
RGB
CMYK
RGB Variations
Color information
#CBEE9A (or 0xCBEE9A) is known color: Reef. HEX triplet: CB, EE and 9A. RGB value is (203,238,154). Sum of RGB (Red+Green+Blue) = 203+238+154=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE9A is #341165. Grayscale: #DADADA. Windows color (decimal): -3412326 or 10153675. OLE color: 10153675.
HSL color Cylindrical-coordinate representation of color #CBEE9A: hue angle of 85º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBEE9A is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 154 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.07 |
| HSL | 85º | 0.71% | 0.77% | - |
| HSV(B) | 85º | 0.35% | 0.93% | - |
| XYZ | 61.04 | 76.18 | 42.06 | - |
| YUV | 217.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 154 | 0.15 | 0 | 0.35 | 0.07 | 85 | 0.71 | 0.77 |
| Hex | CB | EE | 9A | F | 0 | 23 | 7 | 55 | 47 | 4D |
| Octal | 313 | 356 | 232 | 17 | 0 | 43 | 7 | 125 | 107 | 115 |
| Binary | 11001011 | 11101110 | 10011010 | 1111 | 0 | 100011 | 111 | 1010101 | 1000111 | 1001101 |
Color Harmonies of #CBEE9A
Complementary color
Monochromatic Colors of #CBEE9A
Black with #CBEE9A
Text Example
Text Example
White with #CBEE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE9A; }
p { color: rgb(203,238,154); }
H1.HeaderClassName
{
color: #CBEE9A;
}
.AnyTagClassName
{
color: #CBEE9A;
}
</style>
background-color css
<style>
a { background-color: #CBEE9A; }
a { background-color: rgb(203,238,154); }
div.DivClassName
{
background-color: #CBEE9A;
}
.BgClassName
{
background-color: #CBEE9A;
}
</style>
border-color css
<style>
span { border-color: #CBEE9A; }
span { border-color: rgb(203,238,154); }
td.TdClassName
{
border-color: #CBEE9A;
}
.TagClassName
{
border-color: #CBEE9A;
}
</style>