#B5FACB

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

Shades of Magic Mint #B5FACB

Tints of Magic Mint #B5FACB

Color information

#B5FACB (or 0xB5FACB) is unknown color: approx Magic Mint. HEX triplet: B5, FA and CB. RGB value is (181,250,203). Sum of RGB (Red+Green+Blue) = 181+250+203=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FACB is #4A0534. Grayscale: #E0E0E0. Windows color (decimal): -4850997 or 13367989. OLE color: 13367989.

HSL color Cylindrical-coordinate representation of color #B5FACB: hue angle of 139.13º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FACB is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB181250203-
CMYK0.2800.190.02
HSL139.13º87.34%84.51%-
HSV(B)139.13º27.6%98.04%-
XYZ64.0282.5169.05-
YUV224.01116.1497.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=28.55%
G=39.43%
B=32.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502030.2800.190.02139.1387.3484.51
HexB5FACB1C01328b5755
Octal265372313340232213127125
Binary10110101111110101100101111100010011101000101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FACB; }

 p { color: rgb(181,250,203); }

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

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

 a { background-color: rgb(181,250,203); }

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

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

 span { border-color: rgb(181,250,203); }

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