Shades of Reef #C2E6A1
Tints of Reef #C2E6A1
RGB
CMYK
RGB Variations
Color information
#C2E6A1 (or 0xC2E6A1) is known color: Reef. HEX triplet: C2, E6 and A1. RGB value is (194,230,161). Sum of RGB (Red+Green+Blue) = 194+230+161=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E6A1 is #3D195E. Grayscale: #D3D3D3. Windows color (decimal): -4004191 or 10610370. OLE color: 10610370.
HSL color Cylindrical-coordinate representation of color #C2E6A1: hue angle of 91.3º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2E6A1 is Cyan = 0.16, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 161 | - |
| CMYK | 0.16 | 0 | 0.3 | 0.10 |
| HSL | 91.3º | 0.58% | 0.77% | - |
| HSV(B) | 91.3º | 0.3% | 0.9% | - |
| XYZ | 56.98 | 70.64 | 44.35 | - |
| YUV | 211.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 161 | 0.16 | 0 | 0.3 | 0.10 | 91.3 | 0.58 | 0.77 |
| Hex | C2 | E6 | A1 | 10 | 0 | 1E | A | 5B | 3A | 4D |
| Octal | 302 | 346 | 241 | 20 | 0 | 36 | 12 | 133 | 72 | 115 |
| Binary | 11000010 | 11100110 | 10100001 | 10000 | 0 | 11110 | 1010 | 1011011 | 111010 | 1001101 |
Color Harmonies of #C2E6A1
Complementary color
Monochromatic Colors of #C2E6A1
Black with #C2E6A1
Text Example
Text Example
White with #C2E6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E6A1; }
p { color: rgb(194,230,161); }
H1.HeaderClassName
{
color: #C2E6A1;
}
.AnyTagClassName
{
color: #C2E6A1;
}
</style>
background-color css
<style>
a { background-color: #C2E6A1; }
a { background-color: rgb(194,230,161); }
div.DivClassName
{
background-color: #C2E6A1;
}
.BgClassName
{
background-color: #C2E6A1;
}
</style>
border-color css
<style>
span { border-color: #C2E6A1; }
span { border-color: rgb(194,230,161); }
td.TdClassName
{
border-color: #C2E6A1;
}
.TagClassName
{
border-color: #C2E6A1;
}
</style>