Shades of Edgewater #C0E3C4
Tints of Edgewater #C0E3C4
RGB
CMYK
RGB Variations
Color information
#C0E3C4 (or 0xC0E3C4) is known color: Edgewater. HEX triplet: C0, E3 and C4. RGB value is (192,227,196). Sum of RGB (Red+Green+Blue) = 192+227+196=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3C4 is #3F1C3B. Grayscale: #D5D5D5. Windows color (decimal): -4135996 or 12903360. OLE color: 12903360.
HSL color Cylindrical-coordinate representation of color #C0E3C4: hue angle of 126.86º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E3C4 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 196 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.11 |
| HSL | 126.86º | 0.38% | 0.82% | - |
| HSV(B) | 126.86º | 0.15% | 0.89% | - |
| XYZ | 59.17 | 70.13 | 62.64 | - |
| YUV | 213 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 196 | 0.15 | 0 | 0.14 | 0.11 | 126.86 | 0.38 | 0.82 |
| Hex | C0 | E3 | C4 | F | 0 | E | B | 7F | 26 | 52 |
| Octal | 300 | 343 | 304 | 17 | 0 | 16 | 13 | 177 | 46 | 122 |
| Binary | 11000000 | 11100011 | 11000100 | 1111 | 0 | 1110 | 1011 | 1111111 | 100110 | 1010010 |
Color Harmonies of #C0E3C4
Complementary color
Monochromatic Colors of #C0E3C4
Black with #C0E3C4
Text Example
Text Example
White with #C0E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3C4; }
p { color: rgb(192,227,196); }
H1.HeaderClassName
{
color: #C0E3C4;
}
.AnyTagClassName
{
color: #C0E3C4;
}
</style>
background-color css
<style>
a { background-color: #C0E3C4; }
a { background-color: rgb(192,227,196); }
div.DivClassName
{
background-color: #C0E3C4;
}
.BgClassName
{
background-color: #C0E3C4;
}
</style>
border-color css
<style>
span { border-color: #C0E3C4; }
span { border-color: rgb(192,227,196); }
td.TdClassName
{
border-color: #C0E3C4;
}
.TagClassName
{
border-color: #C0E3C4;
}
</style>