Shades of Reef #C3EBA0
Tints of Reef #C3EBA0
RGB
CMYK
RGB Variations
Color information
#C3EBA0 (or 0xC3EBA0) is known color: Reef. HEX triplet: C3, EB and A0. RGB value is (195,235,160). Sum of RGB (Red+Green+Blue) = 195+235+160=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EBA0 is #3C145F. Grayscale: #D6D6D6. Windows color (decimal): -3937376 or 10546115. OLE color: 10546115.
HSL color Cylindrical-coordinate representation of color #C3EBA0: hue angle of 92º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3EBA0 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 235 | 160 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.08 |
| HSL | 92º | 0.65% | 0.77% | - |
| HSV(B) | 92º | 0.32% | 0.92% | - |
| XYZ | 58.56 | 73.56 | 44.37 | - |
| YUV | 214.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 235 | 160 | 0.17 | 0 | 0.32 | 0.08 | 92 | 0.65 | 0.77 |
| Hex | C3 | EB | A0 | 11 | 0 | 20 | 8 | 5C | 41 | 4D |
| Octal | 303 | 353 | 240 | 21 | 0 | 40 | 10 | 134 | 101 | 115 |
| Binary | 11000011 | 11101011 | 10100000 | 10001 | 0 | 100000 | 1000 | 1011100 | 1000001 | 1001101 |
Color Harmonies of #C3EBA0
Complementary color
Monochromatic Colors of #C3EBA0
Black with #C3EBA0
Text Example
Text Example
White with #C3EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EBA0; }
p { color: rgb(195,235,160); }
H1.HeaderClassName
{
color: #C3EBA0;
}
.AnyTagClassName
{
color: #C3EBA0;
}
</style>
background-color css
<style>
a { background-color: #C3EBA0; }
a { background-color: rgb(195,235,160); }
div.DivClassName
{
background-color: #C3EBA0;
}
.BgClassName
{
background-color: #C3EBA0;
}
</style>
border-color css
<style>
span { border-color: #C3EBA0; }
span { border-color: rgb(195,235,160); }
td.TdClassName
{
border-color: #C3EBA0;
}
.TagClassName
{
border-color: #C3EBA0;
}
</style>