Html Css Color HEX #B5EED4 Magic Mint

📋 copy color: '#B5EED4'

red 181 ◦ green 238 ◦ blue 212

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

Shades of Magic Mint #B5EED4

Tints of Magic Mint #B5EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

 BLUE value IS 212 (83.2% from 255) = 33.6%

R = 28.68%
G = 37.72%
B = 33.6%

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

#B5EED4 (or 0xB5EED4) is known color: Magic Mint. HEX triplet: B5, EE and D4. RGB value is (181,238,212). Sum of RGB (Red+Green+Blue) = 181+238+212=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EED4 is #4A112B. Grayscale: #DADADA. Windows color (decimal): -4854060 or 13954741. OLE color: 13954741.

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

Color convert

RGB 181 238 212 -
CMYK 0.24 0 0.11 0.07
HSL 152.63º 0.63% 0.82% -
HSV(B) 152.63º 0.24% 0.93% -
XYZ 61.51 75.73 73.66 -
YUV 217.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 181 238 212 0.24 0 0.11 0.07 152.63 0.63 0.82
Hex B5 EE D4 18 0 B 7 99 3F 52
Octal 265 356 324 30 0 13 7 231 77 122
Binary 10110101 11101110 11010100 11000 0 1011 111 10011001 111111 1010010

Color Harmonies of #B5EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EED4

Black with #B5EED4

Text Example


Text Example

White with #B5EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EED4; }

 p { color: rgb(181,238,212); }

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

background-color css

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

 a { background-color: rgb(181,238,212); }

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

border-color css

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

 span { border-color: rgb(181,238,212); }

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