#B0F8A3

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

Shades of Madang #B0F8A3

Tints of Madang #B0F8A3

Color information

#B0F8A3 (or 0xB0F8A3) is unknown color: approx Madang. HEX triplet: B0, F8 and A3. RGB value is (176,248,163). Sum of RGB (Red+Green+Blue) = 176+248+163=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F8A3 is #4F075C. Grayscale: #D9D9D9. Windows color (decimal): -5179229 or 10746032. OLE color: 10746032.

HSL color Cylindrical-coordinate representation of color #B0F8A3: hue angle of 110.82º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0F8A3 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB176248163-
CMYK0.2900.340.03
HSL110.82º85.86%80.59%-
HSV(B)110.82º34.27%97.25%-
XYZ58.0879.0146.84-
YUV216.7897.6598.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=29.98%
G=42.25%
B=27.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481630.2900.340.03110.8285.8680.59
HexB0F8A31D02236f5651
Octal260370243350423157126121
Binary10110000111110001010001111101010001011110111110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8A3; }

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

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

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

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

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

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

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

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