Shades of Reef #CBEEAA
Tints of Reef #CBEEAA
RGB
CMYK
RGB Variations
Color information
#CBEEAA (or 0xCBEEAA) is known color: Reef. HEX triplet: CB, EE and AA. RGB value is (203,238,170). Sum of RGB (Red+Green+Blue) = 203+238+170=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEAA is #341155. Grayscale: #DCDCDC. Windows color (decimal): -3412310 or 11202251. OLE color: 11202251.
HSL color Cylindrical-coordinate representation of color #CBEEAA: hue angle of 90.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEEAA is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 170 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.07 |
| HSL | 90.88º | 0.67% | 0.8% | - |
| HSV(B) | 90.88º | 0.29% | 0.93% | - |
| XYZ | 62.46 | 76.75 | 49.55 | - |
| YUV | 219.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 170 | 0.15 | 0 | 0.29 | 0.07 | 90.88 | 0.67 | 0.8 |
| Hex | CB | EE | AA | F | 0 | 1D | 7 | 5B | 43 | 50 |
| Octal | 313 | 356 | 252 | 17 | 0 | 35 | 7 | 133 | 103 | 120 |
| Binary | 11001011 | 11101110 | 10101010 | 1111 | 0 | 11101 | 111 | 1011011 | 1000011 | 1010000 |
Color Harmonies of #CBEEAA
Complementary color
Monochromatic Colors of #CBEEAA
Black with #CBEEAA
Text Example
Text Example
White with #CBEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEAA; }
p { color: rgb(203,238,170); }
H1.HeaderClassName
{
color: #CBEEAA;
}
.AnyTagClassName
{
color: #CBEEAA;
}
</style>
background-color css
<style>
a { background-color: #CBEEAA; }
a { background-color: rgb(203,238,170); }
div.DivClassName
{
background-color: #CBEEAA;
}
.BgClassName
{
background-color: #CBEEAA;
}
</style>
border-color css
<style>
span { border-color: #CBEEAA; }
span { border-color: rgb(203,238,170); }
td.TdClassName
{
border-color: #CBEEAA;
}
.TagClassName
{
border-color: #CBEEAA;
}
</style>