#B5F8D6

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

Shades of Magic Mint #B5F8D6

Tints of Magic Mint #B5F8D6

Color information

#B5F8D6 (or 0xB5F8D6) is unknown color: approx Magic Mint. HEX triplet: B5, F8 and D6. RGB value is (181,248,214). Sum of RGB (Red+Green+Blue) = 181+248+214=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8D6 is #4A0729. Grayscale: #E0E0E0. Windows color (decimal): -4851498 or 14088373. OLE color: 14088373.

HSL color Cylindrical-coordinate representation of color #B5F8D6: hue angle of 149.55º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8D6 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB181248214-
CMYK0.2700.140.03
HSL149.55º82.72%84.12%-
HSV(B)149.55º27.02%97.25%-
XYZ64.7681.8176-
YUV224.09122.397.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.15%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=28.15%
G=38.57%
B=33.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812482140.2700.140.03149.5582.7284.12
HexB5F8D61B0E3965354
Octal265370326330163226123124
Binary1011010111111000110101101101101110111001011010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8D6; }

 p { color: rgb(181,248,214); }

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

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

 a { background-color: rgb(181,248,214); }

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

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

 span { border-color: rgb(181,248,214); }

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