#BAEEA0

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

Shades of Madang #BAEEA0

Tints of Madang #BAEEA0

Color information

#BAEEA0 (or 0xBAEEA0) is unknown color: approx Madang. HEX triplet: BA, EE and A0. RGB value is (186,238,160). Sum of RGB (Red+Green+Blue) = 186+238+160=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA0 is #45115F. Grayscale: #D5D5D5. Windows color (decimal): -4526432 or 10546874. OLE color: 10546874.

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

Color convert

RGB186238160-
CMYK0.2200.330.07
HSL100º69.64%78.04%-
HSV(B)100º32.77%93.33%-
XYZ57.1774.1344.55-
YUV213.5697.77108.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=31.85%
G=40.75%
B=27.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381600.2200.330.0710069.6478.04
HexBAEEA016021764464e
Octal272356240260417144106116
Binary101110101110111010100000101100100001111110010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEA0; }

 p { color: rgb(186,238,160); }

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

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

 a { background-color: rgb(186,238,160); }

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

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

 span { border-color: rgb(186,238,160); }

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