#B0F3A3

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

Shades of Madang #B0F3A3

Tints of Madang #B0F3A3

Color information

#B0F3A3 (or 0xB0F3A3) is unknown color: approx Madang. HEX triplet: B0, F3 and A3. RGB value is (176,243,163). Sum of RGB (Red+Green+Blue) = 176+243+163=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F3A3 is #4F0C5C. Grayscale: #D6D6D6. Windows color (decimal): -5180509 or 10744752. OLE color: 10744752.

HSL color Cylindrical-coordinate representation of color #B0F3A3: hue angle of 110.25º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0F3A3 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB176243163-
CMYK0.2800.330.05
HSL110.25º76.92%79.61%-
HSV(B)110.25º32.92%95.29%-
XYZ56.5775.9846.33-
YUV213.8599.3101-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 163 (64.06% from 255) = 28.01%
R=30.24%
G=41.75%
B=28.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431630.2800.330.05110.2576.9279.61
HexB0F3A31C02156e4d50
Octal260363243340415156115120
Binary101100001111001110100011111000100001101110111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3A3; }

 p { color: rgb(176,243,163); }

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

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

 a { background-color: rgb(176,243,163); }

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

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

 span { border-color: rgb(176,243,163); }

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