#B3FFAA

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

Shades of Madang #B3FFAA

Tints of Madang #B3FFAA

Color information

#B3FFAA (or 0xB3FFAA) is unknown color: approx Madang. HEX triplet: B3, FF and AA. RGB value is (179,255,170). Sum of RGB (Red+Green+Blue) = 179+255+170=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FFAA is #4C0055. Grayscale: #DEDEDE. Windows color (decimal): -4980822 or 11206579. OLE color: 11206579.

HSL color Cylindrical-coordinate representation of color #B3FFAA: hue angle of 113.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3FFAA is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB179255170-
CMYK0.3000.330
HSL113.65º100%83.33%-
HSV(B)113.65º33.33%100%-
XYZ61.6184.0151-
YUV222.5998.3296.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=29.64%
G=42.22%
B=28.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551700.3000.330113.6510083.33
HexB3FFAA1E0210726453
Octal263377252360410162144123
Binary1011001111111111101010101111001000010111001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFAA; }

 p { color: rgb(179,255,170); }

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

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

 a { background-color: rgb(179,255,170); }

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

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

 span { border-color: rgb(179,255,170); }

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