Html Css Color HEX #B5EDD1 Magic Mint

📋 copy color: '#B5EDD1'

red 181 ◦ green 237 ◦ blue 209

#B5EDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B5EDD1

Tints of Magic Mint #B5EDD1

RGB

 RED value IS 181 (71.09% from 255) = 28.87%

 GREEN value IS 237 (92.97% from 255) = 37.8%

 BLUE value IS 209 (82.03% from 255) = 33.33%

R = 28.87%
G = 37.8%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#B5EDD1 (or 0xB5EDD1) is known color: 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

RGB 181 237 209 -
CMYK 0.24 0 0.12 0.07
HSL 150º 0.61% 0.82% -
HSV(B) 150º 0.24% 0.93% -
XYZ 60.85 75 71.59 -
YUV 217.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 181 237 209 0.24 0 0.12 0.07 150 0.61 0.82
Hex B5 ED D1 18 0 C 7 96 3D 52
Octal 265 355 321 30 0 14 7 226 75 122
Binary 10110101 11101101 11010001 11000 0 1100 111 10010110 111101 1010010

Color Harmonies of #B5EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDD1

Black with #B5EDD1

Text Example


Text Example

White with #B5EDD1

Text Example


Text Example

HTML Codes & Css Web 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>