Html Css Color HEX #B0EFD2 Magic Mint

📋 copy color: '#B0EFD2'

red 176 ◦ green 239 ◦ blue 210

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

Shades of Magic Mint #B0EFD2

Tints of Magic Mint #B0EFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.24%

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

R = 28.16%
G = 38.24%
B = 33.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#B0EFD2 (or 0xB0EFD2) is known color: Magic Mint. HEX triplet: B0, EF and D2. RGB value is (176,239,210). Sum of RGB (Red+Green+Blue) = 176+239+210=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFD2 is #4F102D. Grayscale: #D8D8D8. Windows color (decimal): -5181486 or 13823920. OLE color: 13823920.

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

Color convert

RGB 176 239 210 -
CMYK 0.26 0 0.12 0.06
HSL 152.38º 0.66% 0.81% -
HSV(B) 152.38º 0.26% 0.94% -
XYZ 60.4 75.62 72.38 -
YUV 216.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 176 239 210 0.26 0 0.12 0.06 152.38 0.66 0.81
Hex B0 EF D2 1A 0 C 6 98 42 51
Octal 260 357 322 32 0 14 6 230 102 121
Binary 10110000 11101111 11010010 11010 0 1100 110 10011000 1000010 1010001

Color Harmonies of #B0EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFD2

Black with #B0EFD2

Text Example


Text Example

White with #B0EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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