#C0ECA4

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

Shades of Madang #C0ECA4

Tints of Madang #C0ECA4

Color information

#C0ECA4 (or 0xC0ECA4) is unknown color: approx Madang. HEX triplet: C0, EC and A4. RGB value is (192,236,164). Sum of RGB (Red+Green+Blue) = 192+236+164=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ECA4 is #3F135B. Grayscale: #D6D6D6. Windows color (decimal): -4133724 or 10808512. OLE color: 10808512.

HSL color Cylindrical-coordinate representation of color #C0ECA4: hue angle of 96.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ECA4 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB192236164-
CMYK0.1900.310.07
HSL96.67º65.45%78.43%-
HSV(B)96.67º30.51%92.55%-
XYZ58.4373.8846.3-
YUV214.6499.42111.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.43%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=32.43%
G=39.86%
B=27.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922361640.1900.310.0796.6765.4578.43
HexC0ECA41301F761414e
Octal300354244230377141101116
Binary11000000111011001010010010011011111111110000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ECA4; }

 p { color: rgb(192,236,164); }

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

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

 a { background-color: rgb(192,236,164); }

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

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

 span { border-color: rgb(192,236,164); }

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