Html Css Color HEX #B5EED3 Magic Mint

📋 copy color: '#B5EED3'

red 181 ◦ green 238 ◦ blue 211

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

Shades of Magic Mint #B5EED3

Tints of Magic Mint #B5EED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.49%

R = 28.73%
G = 37.78%
B = 33.49%

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

#B5EED3 (or 0xB5EED3) is known color: Magic Mint. HEX triplet: B5, EE and D3. RGB value is (181,238,211). Sum of RGB (Red+Green+Blue) = 181+238+211=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EED3 is #4A112C. Grayscale: #D9D9D9. Windows color (decimal): -4854061 or 13889205. OLE color: 13889205.

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

Color convert

RGB 181 238 211 -
CMYK 0.24 0 0.11 0.07
HSL 151.58º 0.63% 0.82% -
HSV(B) 151.58º 0.24% 0.93% -
XYZ 61.39 75.68 73 -
YUV 217.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 181 238 211 0.24 0 0.11 0.07 151.58 0.63 0.82
Hex B5 EE D3 18 0 B 7 98 3F 52
Octal 265 356 323 30 0 13 7 230 77 122
Binary 10110101 11101110 11010011 11000 0 1011 111 10011000 111111 1010010

Color Harmonies of #B5EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EED3

Black with #B5EED3

Text Example


Text Example

White with #B5EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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