#C0E3C4

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

Shades of Edgewater #C0E3C4

Tints of Edgewater #C0E3C4

Color information

#C0E3C4 (or 0xC0E3C4) is unknown color: approx 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

RGB192227196-
CMYK0.1500.140.11
HSL126.86º38.46%82.16%-
HSV(B)126.86º15.42%89.02%-
XYZ59.1770.1362.64-
YUV213118.4113.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=31.22%
G=36.91%
B=31.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922271960.1500.140.11126.8638.4682.16
HexC0E3C4F0EB7f2652
Octal300343304170161317746122
Binary110000001110001111000100111101110101111111111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>