Shades of Reef #CBECAA
Tints of Reef #CBECAA
RGB
CMYK
RGB Variations
Color information
#CBECAA (or 0xCBECAA) is known color: Reef. HEX triplet: CB, EC and AA. RGB value is (203,236,170). Sum of RGB (Red+Green+Blue) = 203+236+170=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECAA is #341355. Grayscale: #DADADA. Windows color (decimal): -3412822 or 11201739. OLE color: 11201739.
HSL color Cylindrical-coordinate representation of color #CBECAA: hue angle of 90º degrees, saturation: 0.63, 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 #CBECAA is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 170 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.07 |
| HSL | 90º | 0.63% | 0.8% | - |
| HSV(B) | 90º | 0.28% | 0.93% | - |
| XYZ | 61.88 | 75.59 | 49.36 | - |
| YUV | 218.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 170 | 0.14 | 0 | 0.28 | 0.07 | 90 | 0.63 | 0.8 |
| Hex | CB | EC | AA | E | 0 | 1C | 7 | 5A | 3F | 50 |
| Octal | 313 | 354 | 252 | 16 | 0 | 34 | 7 | 132 | 77 | 120 |
| Binary | 11001011 | 11101100 | 10101010 | 1110 | 0 | 11100 | 111 | 1011010 | 111111 | 1010000 |
Color Harmonies of #CBECAA
Complementary color
Monochromatic Colors of #CBECAA
Black with #CBECAA
Text Example
Text Example
White with #CBECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECAA; }
p { color: rgb(203,236,170); }
H1.HeaderClassName
{
color: #CBECAA;
}
.AnyTagClassName
{
color: #CBECAA;
}
</style>
background-color css
<style>
a { background-color: #CBECAA; }
a { background-color: rgb(203,236,170); }
div.DivClassName
{
background-color: #CBECAA;
}
.BgClassName
{
background-color: #CBECAA;
}
</style>
border-color css
<style>
span { border-color: #CBECAA; }
span { border-color: rgb(203,236,170); }
td.TdClassName
{
border-color: #CBECAA;
}
.TagClassName
{
border-color: #CBECAA;
}
</style>