Shades of Reef #C2E3A1
Tints of Reef #C2E3A1
RGB
CMYK
RGB Variations
Color information
#C2E3A1 (or 0xC2E3A1) is known color: Reef. HEX triplet: C2, E3 and A1. RGB value is (194,227,161). Sum of RGB (Red+Green+Blue) = 194+227+161=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E3A1 is #3D1C5E. Grayscale: #D1D1D1. Windows color (decimal): -4004959 or 10609602. OLE color: 10609602.
HSL color Cylindrical-coordinate representation of color #C2E3A1: hue angle of 90º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2E3A1 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 161 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.11 |
| HSL | 90º | 0.54% | 0.76% | - |
| HSV(B) | 90º | 0.29% | 0.89% | - |
| XYZ | 56.15 | 68.98 | 44.07 | - |
| YUV | 209.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 161 | 0.15 | 0 | 0.29 | 0.11 | 90 | 0.54 | 0.76 |
| Hex | C2 | E3 | A1 | F | 0 | 1D | B | 5A | 36 | 4C |
| Octal | 302 | 343 | 241 | 17 | 0 | 35 | 13 | 132 | 66 | 114 |
| Binary | 11000010 | 11100011 | 10100001 | 1111 | 0 | 11101 | 1011 | 1011010 | 110110 | 1001100 |
Color Harmonies of #C2E3A1
Complementary color
Monochromatic Colors of #C2E3A1
Black with #C2E3A1
Text Example
Text Example
White with #C2E3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E3A1; }
p { color: rgb(194,227,161); }
H1.HeaderClassName
{
color: #C2E3A1;
}
.AnyTagClassName
{
color: #C2E3A1;
}
</style>
background-color css
<style>
a { background-color: #C2E3A1; }
a { background-color: rgb(194,227,161); }
div.DivClassName
{
background-color: #C2E3A1;
}
.BgClassName
{
background-color: #C2E3A1;
}
</style>
border-color css
<style>
span { border-color: #C2E3A1; }
span { border-color: rgb(194,227,161); }
td.TdClassName
{
border-color: #C2E3A1;
}
.TagClassName
{
border-color: #C2E3A1;
}
</style>