Shades of Reef #CBEAA4
Tints of Reef #CBEAA4
RGB
CMYK
RGB Variations
Color information
#CBEAA4 (or 0xCBEAA4) is known color: Reef. HEX triplet: CB, EA and A4. RGB value is (203,234,164). Sum of RGB (Red+Green+Blue) = 203+234+164=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAA4 is #34155B. Grayscale: #D9D9D9. Windows color (decimal): -3413340 or 10808011. OLE color: 10808011.
HSL color Cylindrical-coordinate representation of color #CBEAA4: hue angle of 86.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEAA4 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 164 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.08 |
| HSL | 86.57º | 0.63% | 0.78% | - |
| HSV(B) | 86.57º | 0.3% | 0.92% | - |
| XYZ | 60.75 | 74.22 | 46.25 | - |
| YUV | 216.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 164 | 0.13 | 0 | 0.30 | 0.08 | 86.57 | 0.63 | 0.78 |
| Hex | CB | EA | A4 | D | 0 | 1E | 8 | 57 | 3E | 4E |
| Octal | 313 | 352 | 244 | 15 | 0 | 36 | 10 | 127 | 76 | 116 |
| Binary | 11001011 | 11101010 | 10100100 | 1101 | 0 | 11110 | 1000 | 1010111 | 111110 | 1001110 |
Color Harmonies of #CBEAA4
Complementary color
Monochromatic Colors of #CBEAA4
Black with #CBEAA4
Text Example
Text Example
White with #CBEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAA4; }
p { color: rgb(203,234,164); }
H1.HeaderClassName
{
color: #CBEAA4;
}
.AnyTagClassName
{
color: #CBEAA4;
}
</style>
background-color css
<style>
a { background-color: #CBEAA4; }
a { background-color: rgb(203,234,164); }
div.DivClassName
{
background-color: #CBEAA4;
}
.BgClassName
{
background-color: #CBEAA4;
}
</style>
border-color css
<style>
span { border-color: #CBEAA4; }
span { border-color: rgb(203,234,164); }
td.TdClassName
{
border-color: #CBEAA4;
}
.TagClassName
{
border-color: #CBEAA4;
}
</style>