Html Css Color HEX #B5EED0 Magic Mint

📋 copy color: '#B5EED0'

red 181 ◦ green 238 ◦ blue 208

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

Shades of Magic Mint #B5EED0

Tints of Magic Mint #B5EED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 28.87%
G = 37.96%
B = 33.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#B5EED0 (or 0xB5EED0) is known color: Magic Mint. HEX triplet: B5, EE and D0. RGB value is (181,238,208). Sum of RGB (Red+Green+Blue) = 181+238+208=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EED0 is #4A112F. Grayscale: #D9D9D9. Windows color (decimal): -4854064 or 13692597. OLE color: 13692597.

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

Color convert

RGB 181 238 208 -
CMYK 0.24 0 0.13 0.07
HSL 148.42º 0.63% 0.82% -
HSV(B) 148.42º 0.24% 0.93% -
XYZ 61.02 75.53 71.04 -
YUV 217.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 181 238 208 0.24 0 0.13 0.07 148.42 0.63 0.82
Hex B5 EE D0 18 0 D 7 94 3F 52
Octal 265 356 320 30 0 15 7 224 77 122
Binary 10110101 11101110 11010000 11000 0 1101 111 10010100 111111 1010010

Color Harmonies of #B5EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EED0

Black with #B5EED0

Text Example


Text Example

White with #B5EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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