#C2FAAA

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

Shades of Madang #C2FAAA

Tints of Madang #C2FAAA

Color information

#C2FAAA (or 0xC2FAAA) is unknown color: approx Madang. HEX triplet: C2, FA and AA. RGB value is (194,250,170). Sum of RGB (Red+Green+Blue) = 194+250+170=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FAAA is #3D0555. Grayscale: #E0E0E0. Windows color (decimal): -3999062 or 11205314. OLE color: 11205314.

HSL color Cylindrical-coordinate representation of color #C2FAAA: hue angle of 102º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2FAAA is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB194250170-
CMYK0.2200.320.02
HSL102º88.89%82.35%-
HSV(B)102º32%98.04%-
XYZ63.6982.7450.64-
YUV224.1497.45106.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=31.60%
G=40.72%
B=27.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942501700.2200.320.0210288.8982.35
HexC2FAAA160202665952
Octal302372252260402146131122
Binary11000010111110101010101010110010000010110011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAAA; }

 p { color: rgb(194,250,170); }

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

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

 a { background-color: rgb(194,250,170); }

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

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

 span { border-color: rgb(194,250,170); }

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