#B0F1CF

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

Shades of Magic Mint #B0F1CF

Tints of Magic Mint #B0F1CF

Color information

#B0F1CF (or 0xB0F1CF) is unknown color: approx Magic Mint. HEX triplet: B0, F1 and CF. RGB value is (176,241,207). Sum of RGB (Red+Green+Blue) = 176+241+207=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1CF is #4F0E30. Grayscale: #D9D9D9. Windows color (decimal): -5180977 or 13627824. OLE color: 13627824.

HSL color Cylindrical-coordinate representation of color #B0F1CF: hue angle of 148.62º degrees, saturation: 0.7, 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 #B0F1CF is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB176241207-
CMYK0.2700.140.05
HSL148.62º69.89%81.76%-
HSV(B)148.62º26.97%94.51%-
XYZ60.6276.6570.63-
YUV217.69121.9798.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.21%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=28.21%
G=38.62%
B=33.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762412070.2700.140.05148.6269.8981.76
HexB0F1CF1B0E5954652
Octal260361317330165225106122
Binary10110000111100011100111111011011101011001010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1CF; }

 p { color: rgb(176,241,207); }

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

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

 a { background-color: rgb(176,241,207); }

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

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

 span { border-color: rgb(176,241,207); }

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