#b0f2d2

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

Shades of Magic Mint #B0F2D2

Tints of Magic Mint #B0F2D2

Color information

#B0F2D2 (or 0xB0F2D2) is unknown color: approx Magic Mint. HEX triplet: B0, F2 and D2. RGB value is (176,242,210). Sum of RGB (Red+Green+Blue) = 176+242+210=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2D2 is #4F0D2D. Grayscale: #DADADA. Windows color (decimal): -5180718 or 13824688. OLE color: 13824688.

HSL color Cylindrical-coordinate representation of color #B0F2D2: hue angle of 150.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2D2 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB176242210-
CMYK0.2700.130.05
HSL150.91º71.74%81.96%-
HSV(B)150.91º27.27%94.9%-
XYZ61.2977.3972.68-
YUV218.62123.1397.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.03%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=28.03%
G=38.54%
B=33.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762422100.2700.130.05150.9171.7481.96
HexB0F2D21B0D5974852
Octal260362322330155227110122
Binary10110000111100101101001011011011011011001011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f2d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f2d2; }

 p { color: rgb(176,242,210); }

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

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

 a { background-color: rgb(176,242,210); }

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

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

 span { border-color: rgb(176,242,210); }

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