#B0E0C6

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

Shades of Magic Mint #B0E0C6

Tints of Magic Mint #B0E0C6

Color information

#B0E0C6 (or 0xB0E0C6) is unknown color: approx Magic Mint. HEX triplet: B0, E0 and C6. RGB value is (176,224,198). Sum of RGB (Red+Green+Blue) = 176+224+198=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0C6 is #4F1F39. Grayscale: #CECECE. Windows color (decimal): -5185338 or 13033648. OLE color: 13033648.

HSL color Cylindrical-coordinate representation of color #B0E0C6: hue angle of 147.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0C6 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB176224198-
CMYK0.2100.120.12
HSL147.5º43.64%78.43%-
HSV(B)147.5º21.43%87.84%-
XYZ54.7566.6263.4-
YUV206.68123.1106.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=29.43%
G=37.46%
B=33.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241980.2100.120.12147.543.6478.43
HexB0E0C6150CC942c4e
Octal260340306250141422454116
Binary10110000111000001100011010101011001100100101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0C6; }

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

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

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

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

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

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

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

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