Shades of Reef #CBE69F
Tints of Reef #CBE69F
RGB
CMYK
RGB Variations
Color information
#CBE69F (or 0xCBE69F) is known color: Reef. HEX triplet: CB, E6 and 9F. RGB value is (203,230,159). Sum of RGB (Red+Green+Blue) = 203+230+159=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE69F is #341960. Grayscale: #D6D6D6. Windows color (decimal): -3414369 or 10479307. OLE color: 10479307.
HSL color Cylindrical-coordinate representation of color #CBE69F: hue angle of 82.82º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBE69F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 159 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.10 |
| HSL | 82.82º | 0.59% | 0.76% | - |
| HSV(B) | 82.82º | 0.31% | 0.9% | - |
| XYZ | 59.18 | 71.79 | 43.54 | - |
| YUV | 213.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 159 | 0.12 | 0 | 0.31 | 0.10 | 82.82 | 0.59 | 0.76 |
| Hex | CB | E6 | 9F | C | 0 | 1F | A | 53 | 3B | 4C |
| Octal | 313 | 346 | 237 | 14 | 0 | 37 | 12 | 123 | 73 | 114 |
| Binary | 11001011 | 11100110 | 10011111 | 1100 | 0 | 11111 | 1010 | 1010011 | 111011 | 1001100 |
Color Harmonies of #CBE69F
Complementary color
Monochromatic Colors of #CBE69F
Black with #CBE69F
Text Example
Text Example
White with #CBE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE69F; }
p { color: rgb(203,230,159); }
H1.HeaderClassName
{
color: #CBE69F;
}
.AnyTagClassName
{
color: #CBE69F;
}
</style>
background-color css
<style>
a { background-color: #CBE69F; }
a { background-color: rgb(203,230,159); }
div.DivClassName
{
background-color: #CBE69F;
}
.BgClassName
{
background-color: #CBE69F;
}
</style>
border-color css
<style>
span { border-color: #CBE69F; }
span { border-color: rgb(203,230,159); }
td.TdClassName
{
border-color: #CBE69F;
}
.TagClassName
{
border-color: #CBE69F;
}
</style>