Shades of Reef #C2E2A2
Tints of Reef #C2E2A2
RGB
CMYK
RGB Variations
Color information
#C2E2A2 (or 0xC2E2A2) is known color: Reef. HEX triplet: C2, E2 and A2. RGB value is (194,226,162). Sum of RGB (Red+Green+Blue) = 194+226+162=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E2A2 is #3D1D5D. Grayscale: #D1D1D1. Windows color (decimal): -4005214 or 10674882. OLE color: 10674882.
HSL color Cylindrical-coordinate representation of color #C2E2A2: hue angle of 90º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2E2A2 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
RGB | 194 | 226 | 162 | - |
CMYK | 0.14 | 0 | 0.28 | 0.11 |
HSL | 90º | 0.52% | 0.76% | - |
HSV(B) | 90º | 0.28% | 0.89% | - |
XYZ | 55.97 | 68.47 | 44.45 | - |
YUV | 209.14 | 101.4 | 117.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 226 | 162 | 0.14 | 0 | 0.28 | 0.11 | 90 | 0.52 | 0.76 |
Hex | C2 | E2 | A2 | E | 0 | 1C | B | 5A | 34 | 4C |
Octal | 302 | 342 | 242 | 16 | 0 | 34 | 13 | 132 | 64 | 114 |
Binary | 11000010 | 11100010 | 10100010 | 1110 | 0 | 11100 | 1011 | 1011010 | 110100 | 1001100 |
Color Harmonies of #C2E2A2
Complementary color
Monochromatic Colors of #C2E2A2
Black with #C2E2A2
Text Example
Text Example
White with #C2E2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2A2; }
p { color: rgb(194,226,162); }
H1.HeaderClassName
{
color: #C2E2A2;
}
.AnyTagClassName
{
color: #C2E2A2;
}
</style>
background-color css
<style>
a { background-color: #C2E2A2; }
a { background-color: rgb(194,226,162); }
div.DivClassName
{
background-color: #C2E2A2;
}
.BgClassName
{
background-color: #C2E2A2;
}
</style>
border-color css
<style>
span { border-color: #C2E2A2; }
span { border-color: rgb(194,226,162); }
td.TdClassName
{
border-color: #C2E2A2;
}
.TagClassName
{
border-color: #C2E2A2;
}
</style>