#B5F8D3

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

Shades of Magic Mint #B5F8D3

Tints of Magic Mint #B5F8D3

Color information

#B5F8D3 (or 0xB5F8D3) is unknown color: approx Magic Mint. HEX triplet: B5, F8 and D3. RGB value is (181,248,211). Sum of RGB (Red+Green+Blue) = 181+248+211=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8D3 is #4A072C. Grayscale: #DFDFDF. Windows color (decimal): -4851501 or 13891765. OLE color: 13891765.

HSL color Cylindrical-coordinate representation of color #B5F8D3: hue angle of 146.87º 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 #B5F8D3 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB181248211-
CMYK0.2700.150.03
HSL146.87º82.72%84.12%-
HSV(B)146.87º27.02%97.25%-
XYZ64.3881.6674-
YUV223.75120.897.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.28%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 211 (82.81% from 255) = 32.97%
R=28.28%
G=38.75%
B=32.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812482110.2700.150.03146.8782.7284.12
HexB5F8D31B0F3935354
Octal265370323330173223123124
Binary1011010111111000110100111101101111111001001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8D3; }

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

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

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

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

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

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

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

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