#B0F5D4

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

Shades of Magic Mint #B0F5D4

Tints of Magic Mint #B0F5D4

Color information

#B0F5D4 (or 0xB0F5D4) is unknown color: approx Magic Mint. HEX triplet: B0, F5 and D4. RGB value is (176,245,212). Sum of RGB (Red+Green+Blue) = 176+245+212=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F5D4 is #4F0A2B. Grayscale: #DCDCDC. Windows color (decimal): -5179948 or 13956528. OLE color: 13956528.

HSL color Cylindrical-coordinate representation of color #B0F5D4: hue angle of 151.3º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F5D4 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB176245212-
CMYK0.2800.130.04
HSL151.3º77.53%82.55%-
HSV(B)151.3º28.16%96.08%-
XYZ62.4479.2974.3-
YUV220.61123.1496.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.80%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=27.80%
G=38.70%
B=33.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762452120.2800.130.04151.377.5382.55
HexB0F5D41C0D4974e53
Octal260365324340154227116123
Binary10110000111101011101010011100011011001001011110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F5D4; }

 p { color: rgb(176,245,212); }

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

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

 a { background-color: rgb(176,245,212); }

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

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

 span { border-color: rgb(176,245,212); }

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