#B0E7C8

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

Shades of Magic Mint #B0E7C8

Tints of Magic Mint #B0E7C8

Color information

#B0E7C8 (or 0xB0E7C8) is unknown color: approx Magic Mint. HEX triplet: B0, E7 and C8. RGB value is (176,231,200). Sum of RGB (Red+Green+Blue) = 176+231+200=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E7C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E7C8 is #4F1837. Grayscale: #D3D3D3. Windows color (decimal): -5183544 or 13166512. OLE color: 13166512.

HSL color Cylindrical-coordinate representation of color #B0E7C8: hue angle of 146.18º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E7C8 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB176231200-
CMYK0.2400.130.09
HSL146.18º53.4%79.8%-
HSV(B)146.18º23.81%90.59%-
XYZ56.9170.5565.26-
YUV211.02121.78103.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=29.00%
G=38.06%
B=32.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762312000.2400.130.09146.1853.479.8
HexB0E7C8180D9923550
Octal260347310300151122265120
Binary10110000111001111100100011000011011001100100101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E7C8; }

 p { color: rgb(176,231,200); }

 H1.HeaderClassName
 {
   color: #B0E7C8;
 }
 .AnyTagClassName
 {
   color: #B0E7C8;
 }
</style>
background-color css

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

 a { background-color: rgb(176,231,200); }

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

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

 span { border-color: rgb(176,231,200); }

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