Shades of Reef #CBE19F
Tints of Reef #CBE19F
RGB
CMYK
RGB Variations
Color information
#CBE19F (or 0xCBE19F) is known color: Reef. HEX triplet: CB, E1 and 9F. RGB value is (203,225,159). Sum of RGB (Red+Green+Blue) = 203+225+159=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE19F is #341E60. Grayscale: #D3D3D3. Windows color (decimal): -3415649 or 10478027. OLE color: 10478027.
HSL color Cylindrical-coordinate representation of color #CBE19F: hue angle of 80º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBE19F is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 159 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.12 |
| HSL | 80º | 0.52% | 0.75% | - |
| HSV(B) | 80º | 0.29% | 0.88% | - |
| XYZ | 57.81 | 69.05 | 43.08 | - |
| YUV | 210.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 159 | 0.10 | 0 | 0.29 | 0.12 | 80 | 0.52 | 0.75 |
| Hex | CB | E1 | 9F | A | 0 | 1D | C | 50 | 34 | 4B |
| Octal | 313 | 341 | 237 | 12 | 0 | 35 | 14 | 120 | 64 | 113 |
| Binary | 11001011 | 11100001 | 10011111 | 1010 | 0 | 11101 | 1100 | 1010000 | 110100 | 1001011 |
Color Harmonies of #CBE19F
Complementary color
Monochromatic Colors of #CBE19F
Black with #CBE19F
Text Example
Text Example
White with #CBE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE19F; }
p { color: rgb(203,225,159); }
H1.HeaderClassName
{
color: #CBE19F;
}
.AnyTagClassName
{
color: #CBE19F;
}
</style>
background-color css
<style>
a { background-color: #CBE19F; }
a { background-color: rgb(203,225,159); }
div.DivClassName
{
background-color: #CBE19F;
}
.BgClassName
{
background-color: #CBE19F;
}
</style>
border-color css
<style>
span { border-color: #CBE19F; }
span { border-color: rgb(203,225,159); }
td.TdClassName
{
border-color: #CBE19F;
}
.TagClassName
{
border-color: #CBE19F;
}
</style>