#C0E5C2

Color #C0E5C2 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C0E5C2

Tints of Edgewater #C0E5C2

Color information

#C0E5C2 (or 0xC0E5C2) is unknown color: approx Edgewater. HEX triplet: C0, E5 and C2. RGB value is (192,229,194). Sum of RGB (Red+Green+Blue) = 192+229+194=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5C2 is #3F1A3D. Grayscale: #D6D6D6. Windows color (decimal): -4135486 or 12772800. OLE color: 12772800.

HSL color Cylindrical-coordinate representation of color #C0E5C2: hue angle of 123.24º 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 #C0E5C2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB192229194-
CMYK0.1600.150.10
HSL123.24º41.57%82.55%-
HSV(B)123.24º16.16%89.8%-
XYZ59.571.1461.63-
YUV213.95116.74112.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=31.22%
G=37.24%
B=31.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1922291940.1600.150.10123.2441.5782.55
HexC0E5C2100FA7b2a53
Octal300345302200171217352123
Binary1100000011100101110000101000001111101011110111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E5C2; }

 p { color: rgb(192,229,194); }

 H1.HeaderClassName
 {
   color: #C0E5C2;
 }
 .AnyTagClassName
 {
   color: #C0E5C2;
 }
</style>
background-color css

<style>
 a { background-color: #C0E5C2; }

 a { background-color: rgb(192,229,194); }

 div.DivClassName
 {
   background-color: #C0E5C2;
 }
 .BgClassName
 {
   background-color: #C0E5C2;
 }
</style>
border-color css

<style>
 span { border-color: #C0E5C2; }

 span { border-color: rgb(192,229,194); }

 td.TdClassName
 {
   border-color: #C0E5C2;
 }
 .TagClassName
 {
   border-color: #C0E5C2;
 }
</style>