#B0FAA4

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

Shades of Madang #B0FAA4

Tints of Madang #B0FAA4

Color information

#B0FAA4 (or 0xB0FAA4) is unknown color: approx Madang. HEX triplet: B0, FA and A4. RGB value is (176,250,164). Sum of RGB (Red+Green+Blue) = 176+250+164=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FAA4 is #4F055B. Grayscale: #DADADA. Windows color (decimal): -5178716 or 10812080. OLE color: 10812080.

HSL color Cylindrical-coordinate representation of color #B0FAA4: hue angle of 111.63º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0FAA4 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB176250164-
CMYK0.3000.340.02
HSL111.63º89.58%81.18%-
HSV(B)111.63º34.4%98.04%-
XYZ58.7980.2847.52-
YUV218.0797.4897.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=29.83%
G=42.37%
B=27.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501640.3000.340.02111.6389.5881.18
HexB0FAA41E0222705a51
Octal260372244360422160132121
Binary10110000111110101010010011110010001010111000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAA4; }

 p { color: rgb(176,250,164); }

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

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

 a { background-color: rgb(176,250,164); }

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

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

 span { border-color: rgb(176,250,164); }

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