#B0F3C9

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

Shades of Magic Mint #B0F3C9

Tints of Magic Mint #B0F3C9

Color information

#B0F3C9 (or 0xB0F3C9) is unknown color: approx Magic Mint. HEX triplet: B0, F3 and C9. RGB value is (176,243,201). Sum of RGB (Red+Green+Blue) = 176+243+201=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3C9 is #4F0C36. Grayscale: #DADADA. Windows color (decimal): -5180471 or 13235120. OLE color: 13235120.

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

Color convert

RGB176243201-
CMYK0.2800.170.05
HSL142.39º73.63%82.16%-
HSV(B)142.39º27.57%95.29%-
XYZ60.577.5567.04-
YUV218.18118.397.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=28.39%
G=39.19%
B=32.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762432010.2800.170.05142.3973.6382.16
HexB0F3C91C01158e4a52
Octal260363311340215216112122
Binary101100001111001111001001111000100011011000111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3C9; }

 p { color: rgb(176,243,201); }

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

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

 a { background-color: rgb(176,243,201); }

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

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

 span { border-color: rgb(176,243,201); }

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