Shades of Reef #CBEDA0
Tints of Reef #CBEDA0
RGB
CMYK
RGB Variations
Color information
#CBEDA0 (or 0xCBEDA0) is known color: Reef. HEX triplet: CB, ED and A0. RGB value is (203,237,160). Sum of RGB (Red+Green+Blue) = 203+237+160=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDA0 is #34125F. Grayscale: #DADADA. Windows color (decimal): -3412576 or 10546635. OLE color: 10546635.
HSL color Cylindrical-coordinate representation of color #CBEDA0: hue angle of 86.49º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 160 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.49º | 0.68% | 0.78% | - |
| HSV(B) | 86.49º | 0.32% | 0.93% | - |
| XYZ | 61.26 | 75.8 | 44.66 | - |
| YUV | 218.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 160 | 0.14 | 0 | 0.32 | 0.07 | 86.49 | 0.68 | 0.78 |
| Hex | CB | ED | A0 | E | 0 | 20 | 7 | 56 | 44 | 4E |
| Octal | 313 | 355 | 240 | 16 | 0 | 40 | 7 | 126 | 104 | 116 |
| Binary | 11001011 | 11101101 | 10100000 | 1110 | 0 | 100000 | 111 | 1010110 | 1000100 | 1001110 |
Color Harmonies of #CBEDA0
Complementary color
Monochromatic Colors of #CBEDA0
Black with #CBEDA0
Text Example
Text Example
White with #CBEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDA0; }
p { color: rgb(203,237,160); }
H1.HeaderClassName
{
color: #CBEDA0;
}
.AnyTagClassName
{
color: #CBEDA0;
}
</style>
background-color css
<style>
a { background-color: #CBEDA0; }
a { background-color: rgb(203,237,160); }
div.DivClassName
{
background-color: #CBEDA0;
}
.BgClassName
{
background-color: #CBEDA0;
}
</style>
border-color css
<style>
span { border-color: #CBEDA0; }
span { border-color: rgb(203,237,160); }
td.TdClassName
{
border-color: #CBEDA0;
}
.TagClassName
{
border-color: #CBEDA0;
}
</style>