#BAF7AA

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

Shades of Madang #BAF7AA

Tints of Madang #BAF7AA

Color information

#BAF7AA (or 0xBAF7AA) is unknown color: approx Madang. HEX triplet: BA, F7 and AA. RGB value is (186,247,170). Sum of RGB (Red+Green+Blue) = 186+247+170=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7AA is #450855. Grayscale: #DCDCDC. Windows color (decimal): -4524118 or 11204538. OLE color: 11204538.

HSL color Cylindrical-coordinate representation of color #BAF7AA: hue angle of 107.53º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAF7AA is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB186247170-
CMYK0.2500.310.03
HSL107.53º82.8%81.76%-
HSV(B)107.53º31.17%96.86%-
XYZ60.7779.8650.24-
YUV219.9899.79103.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=30.85%
G=40.96%
B=28.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471700.2500.310.03107.5382.881.76
HexBAF7AA1901F36c5352
Octal272367252310373154123122
Binary1011101011110111101010101100101111111110110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7AA; }

 p { color: rgb(186,247,170); }

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

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

 a { background-color: rgb(186,247,170); }

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

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

 span { border-color: rgb(186,247,170); }

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