#B5F1CB

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

Shades of Magic Mint #B5F1CB

Tints of Magic Mint #B5F1CB

Color information

#B5F1CB (or 0xB5F1CB) is unknown color: approx Magic Mint. HEX triplet: B5, F1 and CB. RGB value is (181,241,203). Sum of RGB (Red+Green+Blue) = 181+241+203=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1CB is #4A0E34. Grayscale: #DADADA. Windows color (decimal): -4853301 or 13365685. OLE color: 13365685.

HSL color Cylindrical-coordinate representation of color #B5F1CB: hue angle of 142º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1CB is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB181241203-
CMYK0.2500.160.05
HSL142º68.18%82.75%-
HSV(B)142º24.9%94.51%-
XYZ61.2977.0568.14-
YUV218.73119.12101.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.96%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=28.96%
G=38.56%
B=32.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412030.2500.160.0514268.1882.75
HexB5F1CB1901058e4453
Octal265361313310205216104123
Binary101101011111000111001011110010100001011000111010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1CB; }

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

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

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

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

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

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

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

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