Html Css Color HEX #B0EBD1 Magic Mint

📋 copy color: '#B0EBD1'

red 176 ◦ green 235 ◦ blue 209

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

Shades of Magic Mint #B0EBD1

Tints of Magic Mint #B0EBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.9%

 BLUE value IS 209 (82.03% from 255) = 33.71%

R = 28.39%
G = 37.9%
B = 33.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#B0EBD1 (or 0xB0EBD1) is known color: Magic Mint. HEX triplet: B0, EB and D1. RGB value is (176,235,209). Sum of RGB (Red+Green+Blue) = 176+235+209=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD1 is #4F142E. Grayscale: #D6D6D6. Windows color (decimal): -5182511 or 13757360. OLE color: 13757360.

HSL color Cylindrical-coordinate representation of color #B0EBD1: hue angle of 153.56º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBD1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 209 -
CMYK 0.25 0 0.11 0.08
HSL 153.56º 0.6% 0.81% -
HSV(B) 153.56º 0.25% 0.92% -
XYZ 59.12 73.25 71.34 -
YUV 214.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 176 235 209 0.25 0 0.11 0.08 153.56 0.6 0.81
Hex B0 EB D1 19 0 B 8 9A 3C 51
Octal 260 353 321 31 0 13 10 232 74 121
Binary 10110000 11101011 11010001 11001 0 1011 1000 10011010 111100 1010001

Color Harmonies of #B0EBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBD1

Black with #B0EBD1

Text Example


Text Example

White with #B0EBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBD1; }

 p { color: rgb(176,235,209); }

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

background-color css

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

 a { background-color: rgb(176,235,209); }

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

border-color css

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

 span { border-color: rgb(176,235,209); }

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