Html Css Color HEX #B5EDD2 Magic Mint

📋 copy color: '#B5EDD2'

red 181 ◦ green 237 ◦ blue 210

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

Shades of Magic Mint #B5EDD2

Tints of Magic Mint #B5EDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.44%

R = 28.82%
G = 37.74%
B = 33.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B5EDD2 (or 0xB5EDD2) is known color: Magic Mint. HEX triplet: B5, ED and D2. RGB value is (181,237,210). Sum of RGB (Red+Green+Blue) = 181+237+210=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD2 is #4A122D. Grayscale: #D9D9D9. Windows color (decimal): -4854318 or 13823413. OLE color: 13823413.

HSL color Cylindrical-coordinate representation of color #B5EDD2: hue angle of 151.07º 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 #B5EDD2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 237 210 -
CMYK 0.24 0 0.11 0.07
HSL 151.07º 0.61% 0.82% -
HSV(B) 151.07º 0.24% 0.93% -
XYZ 60.97 75.05 72.24 -
YUV 217.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 181 237 210 0.24 0 0.11 0.07 151.07 0.61 0.82
Hex B5 ED D2 18 0 B 7 97 3D 52
Octal 265 355 322 30 0 13 7 227 75 122
Binary 10110101 11101101 11010010 11000 0 1011 111 10010111 111101 1010010

Color Harmonies of #B5EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDD2

Black with #B5EDD2

Text Example


Text Example

White with #B5EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDD2; }

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

 H1.HeaderClassName
 {
   color: #B5EDD2;
 }
 .AnyTagClassName
 {
   color: #B5EDD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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