Shades of Reef #CBEEAB
Tints of Reef #CBEEAB
RGB
CMYK
RGB Variations
Color information
#CBEEAB (or 0xCBEEAB) is known color: Reef. HEX triplet: CB, EE and AB. RGB value is (203,238,171). Sum of RGB (Red+Green+Blue) = 203+238+171=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEAB is #341154. Grayscale: #DCDCDC. Windows color (decimal): -3412309 or 11267787. OLE color: 11267787.
HSL color Cylindrical-coordinate representation of color #CBEEAB: hue angle of 91.34º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBEEAB is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 171 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.07 |
| HSL | 91.34º | 0.66% | 0.8% | - |
| HSV(B) | 91.34º | 0.28% | 0.93% | - |
| XYZ | 62.55 | 76.79 | 50.05 | - |
| YUV | 219.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 171 | 0.15 | 0 | 0.28 | 0.07 | 91.34 | 0.66 | 0.8 |
| Hex | CB | EE | AB | F | 0 | 1C | 7 | 5B | 42 | 50 |
| Octal | 313 | 356 | 253 | 17 | 0 | 34 | 7 | 133 | 102 | 120 |
| Binary | 11001011 | 11101110 | 10101011 | 1111 | 0 | 11100 | 111 | 1011011 | 1000010 | 1010000 |
Color Harmonies of #CBEEAB
Complementary color
Monochromatic Colors of #CBEEAB
Black with #CBEEAB
Text Example
Text Example
White with #CBEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEAB; }
p { color: rgb(203,238,171); }
H1.HeaderClassName
{
color: #CBEEAB;
}
.AnyTagClassName
{
color: #CBEEAB;
}
</style>
background-color css
<style>
a { background-color: #CBEEAB; }
a { background-color: rgb(203,238,171); }
div.DivClassName
{
background-color: #CBEEAB;
}
.BgClassName
{
background-color: #CBEEAB;
}
</style>
border-color css
<style>
span { border-color: #CBEEAB; }
span { border-color: rgb(203,238,171); }
td.TdClassName
{
border-color: #CBEEAB;
}
.TagClassName
{
border-color: #CBEEAB;
}
</style>