#B0FFE0

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

Shades of Magic Mint #B0FFE0

Tints of Magic Mint #B0FFE0

Color information

#B0FFE0 (or 0xB0FFE0) is unknown color: approx Magic Mint. HEX triplet: B0, FF and E0. RGB value is (176,255,224). Sum of RGB (Red+Green+Blue) = 176+255+224=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFE0 is #4F001F. Grayscale: #E3E3E3. Windows color (decimal): -5177376 or 14745520. OLE color: 14745520.

HSL color Cylindrical-coordinate representation of color #B0FFE0: hue angle of 156.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFE0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB176255224-
CMYK0.3100.120
HSL156.46º100%84.51%-
HSV(B)156.46º30.98%100%-
XYZ67.1286.1383.61-
YUV227.84125.8391.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=26.87%
G=38.93%
B=34.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552240.3100.120156.4610084.51
HexB0FFE01F0C09c6455
Octal260377340370140234144125
Binary101100001111111111100000111110110001001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFE0; }

 p { color: rgb(176,255,224); }

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

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

 a { background-color: rgb(176,255,224); }

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

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

 span { border-color: rgb(176,255,224); }

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