#B5EDD1

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

Shades of Magic Mint #B5EDD1

Tints of Magic Mint #B5EDD1

Color information

#B5EDD1 (or 0xB5EDD1) is unknown color: approx Magic Mint. HEX triplet: B5, ED and D1. RGB value is (181,237,209). Sum of RGB (Red+Green+Blue) = 181+237+209=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD1 is #4A122E. Grayscale: #D9D9D9. Windows color (decimal): -4854319 or 13757877. OLE color: 13757877.

HSL color Cylindrical-coordinate representation of color #B5EDD1: hue angle of 150º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDD1 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB181237209-
CMYK0.2400.120.07
HSL150º60.87%81.96%-
HSV(B)150º23.63%92.94%-
XYZ60.857571.59-
YUV217.06123.45102.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.87%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 209 (82.03% from 255) = 33.33%
R=28.87%
G=37.80%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812372090.2400.120.0715060.8781.96
HexB5EDD1180C7963d52
Octal26535532130014722675122
Binary1011010111101101110100011100001100111100101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDD1; }

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

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

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

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

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

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

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

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