Shades of Reef #C3EAA0
Tints of Reef #C3EAA0
RGB
CMYK
RGB Variations
Color information
#C3EAA0 (or 0xC3EAA0) is known color: Reef. HEX triplet: C3, EA and A0. RGB value is (195,234,160). Sum of RGB (Red+Green+Blue) = 195+234+160=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EAA0 is #3C155F. Grayscale: #D6D6D6. Windows color (decimal): -3937632 or 10545859. OLE color: 10545859.
HSL color Cylindrical-coordinate representation of color #C3EAA0: hue angle of 91.62º degrees, saturation: 0.64, 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 #C3EAA0 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 160 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.08 |
| HSL | 91.62º | 0.64% | 0.77% | - |
| HSV(B) | 91.62º | 0.32% | 0.92% | - |
| XYZ | 58.27 | 72.99 | 44.27 | - |
| YUV | 213.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 160 | 0.17 | 0 | 0.32 | 0.08 | 91.62 | 0.64 | 0.77 |
| Hex | C3 | EA | A0 | 11 | 0 | 20 | 8 | 5C | 40 | 4D |
| Octal | 303 | 352 | 240 | 21 | 0 | 40 | 10 | 134 | 100 | 115 |
| Binary | 11000011 | 11101010 | 10100000 | 10001 | 0 | 100000 | 1000 | 1011100 | 1000000 | 1001101 |
Color Harmonies of #C3EAA0
Complementary color
Monochromatic Colors of #C3EAA0
Black with #C3EAA0
Text Example
Text Example
White with #C3EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EAA0; }
p { color: rgb(195,234,160); }
H1.HeaderClassName
{
color: #C3EAA0;
}
.AnyTagClassName
{
color: #C3EAA0;
}
</style>
background-color css
<style>
a { background-color: #C3EAA0; }
a { background-color: rgb(195,234,160); }
div.DivClassName
{
background-color: #C3EAA0;
}
.BgClassName
{
background-color: #C3EAA0;
}
</style>
border-color css
<style>
span { border-color: #C3EAA0; }
span { border-color: rgb(195,234,160); }
td.TdClassName
{
border-color: #C3EAA0;
}
.TagClassName
{
border-color: #C3EAA0;
}
</style>