#B0EFD8

Color #B0EFD8 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B0EFD8

Tints of Magic Mint #B0EFD8

Color information

#B0EFD8 (or 0xB0EFD8) is unknown color: approx 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

RGB176239216-
CMYK0.2600.100.06
HSL158.1º66.32%81.37%-
HSV(B)158.1º26.36%93.73%-
XYZ61.1775.9276.4-
YUV217.54127.1398.37-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392160.2600.100.06158.166.3281.37
HexB0EFD81A0A69e4251
Octal260357330320126236102121
Binary10110000111011111101100011010010101101001111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>