#B5EFD1

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

Shades of Magic Mint #B5EFD1

Tints of Magic Mint #B5EFD1

Color information

#B5EFD1 (or 0xB5EFD1) is unknown color: approx Magic Mint. HEX triplet: B5, EF and D1. RGB value is (181,239,209). Sum of RGB (Red+Green+Blue) = 181+239+209=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFD1 is #4A102E. Grayscale: #DADADA. Windows color (decimal): -4853807 or 13758389. OLE color: 13758389.

HSL color Cylindrical-coordinate representation of color #B5EFD1: hue angle of 148.97º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFD1 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB181239209-
CMYK0.2400.130.06
HSL148.97º64.44%82.35%-
HSV(B)148.97º24.27%93.73%-
XYZ61.4376.1671.78-
YUV218.24122.78101.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.78%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=28.78%
G=38.00%
B=33.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392090.2400.130.06148.9764.4482.35
HexB5EFD1180D6954052
Octal265357321300156225100122
Binary10110101111011111101000111000011011101001010110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFD1; }

 p { color: rgb(181,239,209); }

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

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

 a { background-color: rgb(181,239,209); }

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

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

 span { border-color: rgb(181,239,209); }

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