Shades of Reef #CBECA1
Tints of Reef #CBECA1
RGB
CMYK
RGB Variations
Color information
#CBECA1 (or 0xCBECA1) is known color: Reef. HEX triplet: CB, EC and A1. RGB value is (203,236,161). Sum of RGB (Red+Green+Blue) = 203+236+161=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECA1 is #34135E. Grayscale: #D9D9D9. Windows color (decimal): -3412831 or 10611915. OLE color: 10611915.
HSL color Cylindrical-coordinate representation of color #CBECA1: hue angle of 86.4º degrees, saturation: 0.66, 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 #CBECA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 161 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.4º | 0.66% | 0.78% | - |
| HSV(B) | 86.4º | 0.32% | 0.93% | - |
| XYZ | 61.06 | 75.26 | 45.03 | - |
| YUV | 217.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 161 | 0.14 | 0 | 0.32 | 0.07 | 86.4 | 0.66 | 0.78 |
| Hex | CB | EC | A1 | E | 0 | 20 | 7 | 56 | 42 | 4E |
| Octal | 313 | 354 | 241 | 16 | 0 | 40 | 7 | 126 | 102 | 116 |
| Binary | 11001011 | 11101100 | 10100001 | 1110 | 0 | 100000 | 111 | 1010110 | 1000010 | 1001110 |
Color Harmonies of #CBECA1
Complementary color
Monochromatic Colors of #CBECA1
Black with #CBECA1
Text Example
Text Example
White with #CBECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECA1; }
p { color: rgb(203,236,161); }
H1.HeaderClassName
{
color: #CBECA1;
}
.AnyTagClassName
{
color: #CBECA1;
}
</style>
background-color css
<style>
a { background-color: #CBECA1; }
a { background-color: rgb(203,236,161); }
div.DivClassName
{
background-color: #CBECA1;
}
.BgClassName
{
background-color: #CBECA1;
}
</style>
border-color css
<style>
span { border-color: #CBECA1; }
span { border-color: rgb(203,236,161); }
td.TdClassName
{
border-color: #CBECA1;
}
.TagClassName
{
border-color: #CBECA1;
}
</style>