#C4E5C6

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

Shades of Edgewater #C4E5C6

Tints of Edgewater #C4E5C6

Color information

#C4E5C6 (or 0xC4E5C6) is unknown color: approx Edgewater. HEX triplet: C4, E5 and C6. RGB value is (196,229,198). Sum of RGB (Red+Green+Blue) = 196+229+198=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E5C6 is #3B1A39. Grayscale: #D7D7D7. Windows color (decimal): -3873338 or 13034948. OLE color: 13034948.

HSL color Cylindrical-coordinate representation of color #C4E5C6: hue angle of 123.64º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4E5C6 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB196229198-
CMYK0.1400.140.10
HSL123.64º38.82%83.33%-
HSV(B)123.64º14.41%89.8%-
XYZ60.9871.8564.08-
YUV215.6118.07114.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=31.46%
G=36.76%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1962291980.1400.140.10123.6438.8283.33
HexC4E5C6E0EA7c2753
Octal304345306160161217447123
Binary110001001110010111000110111001110101011111001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E5C6; }

 p { color: rgb(196,229,198); }

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

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

 a { background-color: rgb(196,229,198); }

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

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

 span { border-color: rgb(196,229,198); }

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