Shades of Reef #CBEC9D
Tints of Reef #CBEC9D
RGB
CMYK
RGB Variations
Color information
#CBEC9D (or 0xCBEC9D) is known color: Reef. HEX triplet: CB, EC and 9D. RGB value is (203,236,157). Sum of RGB (Red+Green+Blue) = 203+236+157=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC9D is #341362. Grayscale: #D9D9D9. Windows color (decimal): -3412835 or 10349771. OLE color: 10349771.
HSL color Cylindrical-coordinate representation of color #CBEC9D: hue angle of 85.06º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBEC9D is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 157 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.07 |
| HSL | 85.06º | 0.68% | 0.77% | - |
| HSV(B) | 85.06º | 0.33% | 0.93% | - |
| XYZ | 60.71 | 75.12 | 43.2 | - |
| YUV | 217.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 157 | 0.14 | 0 | 0.33 | 0.07 | 85.06 | 0.68 | 0.77 |
| Hex | CB | EC | 9D | E | 0 | 21 | 7 | 55 | 44 | 4D |
| Octal | 313 | 354 | 235 | 16 | 0 | 41 | 7 | 125 | 104 | 115 |
| Binary | 11001011 | 11101100 | 10011101 | 1110 | 0 | 100001 | 111 | 1010101 | 1000100 | 1001101 |
Color Harmonies of #CBEC9D
Complementary color
Monochromatic Colors of #CBEC9D
Black with #CBEC9D
Text Example
Text Example
White with #CBEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC9D; }
p { color: rgb(203,236,157); }
H1.HeaderClassName
{
color: #CBEC9D;
}
.AnyTagClassName
{
color: #CBEC9D;
}
</style>
background-color css
<style>
a { background-color: #CBEC9D; }
a { background-color: rgb(203,236,157); }
div.DivClassName
{
background-color: #CBEC9D;
}
.BgClassName
{
background-color: #CBEC9D;
}
</style>
border-color css
<style>
span { border-color: #CBEC9D; }
span { border-color: rgb(203,236,157); }
td.TdClassName
{
border-color: #CBEC9D;
}
.TagClassName
{
border-color: #CBEC9D;
}
</style>