Html Css Color HEX #B0EFD8 Magic Mint

📋 copy color: '#B0EFD8'

red 176 ◦ green 239 ◦ blue 216

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

Shades of Magic Mint #B0EFD8

Tints of Magic Mint #B0EFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.23%

R = 27.89%
G = 37.88%
B = 34.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#B0EFD8 (or 0xB0EFD8) is known color: Magic Mint. HEX triplet: B0, EF and D8. RGB value is (176,239,216). Sum of RGB (Red+Green+Blue) = 176+239+216=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFD8 is #4F1027. Grayscale: #D9D9D9. Windows color (decimal): -5181480 or 14217136. OLE color: 14217136.

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

Color convert

RGB 176 239 216 -
CMYK 0.26 0 0.10 0.06
HSL 158.1º 0.66% 0.81% -
HSV(B) 158.1º 0.26% 0.94% -
XYZ 61.17 75.92 76.4 -
YUV 217.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 176 239 216 0.26 0 0.10 0.06 158.1 0.66 0.81
Hex B0 EF D8 1A 0 A 6 9E 42 51
Octal 260 357 330 32 0 12 6 236 102 121
Binary 10110000 11101111 11011000 11010 0 1010 110 10011110 1000010 1010001

Color Harmonies of #B0EFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFD8

Black with #B0EFD8

Text Example


Text Example

White with #B0EFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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