Html Css Color HEX #B0EED2 Magic Mint

📋 copy color: '#B0EED2'

red 176 ◦ green 238 ◦ blue 210

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

Shades of Magic Mint #B0EED2

Tints of Magic Mint #B0EED2

RGB

 RED value IS 176 (69.14% from 255) = 28.21%

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

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

R = 28.21%
G = 38.14%
B = 33.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#B0EED2 (or 0xB0EED2) is known color: Magic Mint. HEX triplet: B0, EE and D2. RGB value is (176,238,210). Sum of RGB (Red+Green+Blue) = 176+238+210=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EED2 is #4F112D. Grayscale: #D8D8D8. Windows color (decimal): -5181742 or 13823664. OLE color: 13823664.

HSL color Cylindrical-coordinate representation of color #B0EED2: hue angle of 152.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EED2 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 210 -
CMYK 0.26 0 0.12 0.07
HSL 152.9º 0.65% 0.81% -
HSV(B) 152.9º 0.26% 0.93% -
XYZ 60.11 75.03 72.29 -
YUV 216.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 176 238 210 0.26 0 0.12 0.07 152.9 0.65 0.81
Hex B0 EE D2 1A 0 C 7 99 41 51
Octal 260 356 322 32 0 14 7 231 101 121
Binary 10110000 11101110 11010010 11010 0 1100 111 10011001 1000001 1010001

Color Harmonies of #B0EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EED2

Black with #B0EED2

Text Example


Text Example

White with #B0EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EED2; }

 p { color: rgb(176,238,210); }

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

background-color css

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

 a { background-color: rgb(176,238,210); }

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

border-color css

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

 span { border-color: rgb(176,238,210); }

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