Shades of Edgewater #C2E6C4
Tints of Edgewater #C2E6C4
RGB
CMYK
RGB Variations
Color information
#C2E6C4 (or 0xC2E6C4) is known color: Edgewater. HEX triplet: C2, E6 and C4. RGB value is (194,230,196). Sum of RGB (Red+Green+Blue) = 194+230+196=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E6C4 is #3D193B. Grayscale: #D7D7D7. Windows color (decimal): -4004156 or 12904130. OLE color: 12904130.
HSL color Cylindrical-coordinate representation of color #C2E6C4: hue angle of 123.33º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E6C4 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 196 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.10 |
| HSL | 123.33º | 0.42% | 0.83% | - |
| HSV(B) | 123.33º | 0.16% | 0.9% | - |
| XYZ | 60.51 | 72.05 | 62.94 | - |
| YUV | 215.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 196 | 0.16 | 0 | 0.15 | 0.10 | 123.33 | 0.42 | 0.83 |
| Hex | C2 | E6 | C4 | 10 | 0 | F | A | 7B | 2A | 53 |
| Octal | 302 | 346 | 304 | 20 | 0 | 17 | 12 | 173 | 52 | 123 |
| Binary | 11000010 | 11100110 | 11000100 | 10000 | 0 | 1111 | 1010 | 1111011 | 101010 | 1010011 |
Color Harmonies of #C2E6C4
Complementary color
Monochromatic Colors of #C2E6C4
Black with #C2E6C4
Text Example
Text Example
White with #C2E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E6C4; }
p { color: rgb(194,230,196); }
H1.HeaderClassName
{
color: #C2E6C4;
}
.AnyTagClassName
{
color: #C2E6C4;
}
</style>
background-color css
<style>
a { background-color: #C2E6C4; }
a { background-color: rgb(194,230,196); }
div.DivClassName
{
background-color: #C2E6C4;
}
.BgClassName
{
background-color: #C2E6C4;
}
</style>
border-color css
<style>
span { border-color: #C2E6C4; }
span { border-color: rgb(194,230,196); }
td.TdClassName
{
border-color: #C2E6C4;
}
.TagClassName
{
border-color: #C2E6C4;
}
</style>