Shades of Reef #CBE49E
Tints of Reef #CBE49E
RGB
CMYK
RGB Variations
Color information
#CBE49E (or 0xCBE49E) is known color: Reef. HEX triplet: CB, E4 and 9E. RGB value is (203,228,158). Sum of RGB (Red+Green+Blue) = 203+228+158=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE49E is #341B61. Grayscale: #D4D4D4. Windows color (decimal): -3414882 or 10413259. OLE color: 10413259.
HSL color Cylindrical-coordinate representation of color #CBE49E: hue angle of 81.43º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBE49E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 158 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.11 |
| HSL | 81.43º | 0.56% | 0.76% | - |
| HSV(B) | 81.43º | 0.31% | 0.89% | - |
| XYZ | 58.54 | 70.65 | 42.9 | - |
| YUV | 212.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 158 | 0.11 | 0 | 0.31 | 0.11 | 81.43 | 0.56 | 0.76 |
| Hex | CB | E4 | 9E | B | 0 | 1F | B | 51 | 38 | 4C |
| Octal | 313 | 344 | 236 | 13 | 0 | 37 | 13 | 121 | 70 | 114 |
| Binary | 11001011 | 11100100 | 10011110 | 1011 | 0 | 11111 | 1011 | 1010001 | 111000 | 1001100 |
Color Harmonies of #CBE49E
Complementary color
Monochromatic Colors of #CBE49E
Black with #CBE49E
Text Example
Text Example
White with #CBE49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE49E; }
p { color: rgb(203,228,158); }
H1.HeaderClassName
{
color: #CBE49E;
}
.AnyTagClassName
{
color: #CBE49E;
}
</style>
background-color css
<style>
a { background-color: #CBE49E; }
a { background-color: rgb(203,228,158); }
div.DivClassName
{
background-color: #CBE49E;
}
.BgClassName
{
background-color: #CBE49E;
}
</style>
border-color css
<style>
span { border-color: #CBE49E; }
span { border-color: rgb(203,228,158); }
td.TdClassName
{
border-color: #CBE49E;
}
.TagClassName
{
border-color: #CBE49E;
}
</style>