Shades of Reef #CBEDAA
Tints of Reef #CBEDAA
RGB
CMYK
RGB Variations
Color information
#CBEDAA (or 0xCBEDAA) is known color: Reef. HEX triplet: CB, ED and AA. RGB value is (203,237,170). Sum of RGB (Red+Green+Blue) = 203+237+170=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDAA is #341255. Grayscale: #DBDBDB. Windows color (decimal): -3412566 or 11201995. OLE color: 11201995.
HSL color Cylindrical-coordinate representation of color #CBEDAA: hue angle of 90.45º degrees, saturation: 0.65, 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 #CBEDAA is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 170 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.07 |
| HSL | 90.45º | 0.65% | 0.8% | - |
| HSV(B) | 90.45º | 0.28% | 0.93% | - |
| XYZ | 62.17 | 76.17 | 49.46 | - |
| YUV | 219.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 170 | 0.14 | 0 | 0.28 | 0.07 | 90.45 | 0.65 | 0.8 |
| Hex | CB | ED | AA | E | 0 | 1C | 7 | 5A | 41 | 50 |
| Octal | 313 | 355 | 252 | 16 | 0 | 34 | 7 | 132 | 101 | 120 |
| Binary | 11001011 | 11101101 | 10101010 | 1110 | 0 | 11100 | 111 | 1011010 | 1000001 | 1010000 |
Color Harmonies of #CBEDAA
Complementary color
Monochromatic Colors of #CBEDAA
Black with #CBEDAA
Text Example
Text Example
White with #CBEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDAA; }
p { color: rgb(203,237,170); }
H1.HeaderClassName
{
color: #CBEDAA;
}
.AnyTagClassName
{
color: #CBEDAA;
}
</style>
background-color css
<style>
a { background-color: #CBEDAA; }
a { background-color: rgb(203,237,170); }
div.DivClassName
{
background-color: #CBEDAA;
}
.BgClassName
{
background-color: #CBEDAA;
}
</style>
border-color css
<style>
span { border-color: #CBEDAA; }
span { border-color: rgb(203,237,170); }
td.TdClassName
{
border-color: #CBEDAA;
}
.TagClassName
{
border-color: #CBEDAA;
}
</style>