#C2EDB4

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

Shades of Madang #C2EDB4

Tints of Madang #C2EDB4

Color information

#C2EDB4 (or 0xC2EDB4) is unknown color: approx Madang. HEX triplet: C2, ED and B4. RGB value is (194,237,180). Sum of RGB (Red+Green+Blue) = 194+237+180=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDB4 is #3D124B. Grayscale: #D9D9D9. Windows color (decimal): -4002380 or 11857346. OLE color: 11857346.

HSL color Cylindrical-coordinate representation of color #C2EDB4: hue angle of 105.26º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2EDB4 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB194237180-
CMYK0.1800.240.07
HSL105.26º61.29%81.76%-
HSV(B)105.26º24.05%92.94%-
XYZ60.7775.3354.52-
YUV217.64106.75111.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=31.75%
G=38.79%
B=29.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942371800.1800.240.07105.2661.2981.76
HexC2EDB4120187693d52
Octal30235526422030715175122
Binary1100001011101101101101001001001100011111010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDB4; }

 p { color: rgb(194,237,180); }

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

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

 a { background-color: rgb(194,237,180); }

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

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

 span { border-color: rgb(194,237,180); }

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