#B0E2C5

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

Shades of Magic Mint #B0E2C5

Tints of Magic Mint #B0E2C5

Color information

#B0E2C5 (or 0xB0E2C5) is unknown color: approx Magic Mint. HEX triplet: B0, E2 and C5. RGB value is (176,226,197). Sum of RGB (Red+Green+Blue) = 176+226+197=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2C5 is #4F1D3A. Grayscale: #CFCFCF. Windows color (decimal): -5184827 or 12968624. OLE color: 12968624.

HSL color Cylindrical-coordinate representation of color #B0E2C5: hue angle of 145.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2C5 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB176226197-
CMYK0.2200.130.11
HSL145.2º46.3%78.82%-
HSV(B)145.2º22.12%88.63%-
XYZ55.1867.6562.97-
YUV207.74121.94105.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 226 (88.67% from 255) = 37.73%
BLUE value IS 197 (77.34% from 255) = 32.89%
R=29.38%
G=37.73%
B=32.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762261970.2200.130.11145.246.378.82
HexB0E2C5160DB912e4f
Octal260342305260151322156117
Binary10110000111000101100010110110011011011100100011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E2C5; }

 p { color: rgb(176,226,197); }

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

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

 a { background-color: rgb(176,226,197); }

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

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

 span { border-color: rgb(176,226,197); }

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