Html Css Color HEX #B0EED6 Magic Mint

📋 copy color: '#B0EED6'

red 176 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #B0EED6

Tints of Magic Mint #B0EED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 28.03%
G = 37.9%
B = 34.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#B0EED6 (or 0xB0EED6) is known color: Magic Mint. HEX triplet: B0, EE and D6. RGB value is (176,238,214). Sum of RGB (Red+Green+Blue) = 176+238+214=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EED6 is #4F1129. Grayscale: #D8D8D8. Windows color (decimal): -5181738 or 14085808. OLE color: 14085808.

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

Color convert

RGB 176 238 214 -
CMYK 0.26 0 0.10 0.07
HSL 156.77º 0.65% 0.81% -
HSV(B) 156.77º 0.26% 0.93% -
XYZ 60.62 75.23 74.95 -
YUV 216.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 176 238 214 0.26 0 0.10 0.07 156.77 0.65 0.81
Hex B0 EE D6 1A 0 A 7 9D 41 51
Octal 260 356 326 32 0 12 7 235 101 121
Binary 10110000 11101110 11010110 11010 0 1010 111 10011101 1000001 1010001

Color Harmonies of #B0EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EED6

Black with #B0EED6

Text Example


Text Example

White with #B0EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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