#B0F9D9

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

Shades of Magic Mint #B0F9D9

Tints of Magic Mint #B0F9D9

Color information

#B0F9D9 (or 0xB0F9D9) is unknown color: approx Magic Mint. HEX triplet: B0, F9 and D9. RGB value is (176,249,217). Sum of RGB (Red+Green+Blue) = 176+249+217=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9D9 is #4F0626. Grayscale: #DFDFDF. Windows color (decimal): -5178919 or 14285232. OLE color: 14285232.

HSL color Cylindrical-coordinate representation of color #B0F9D9: hue angle of 153.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9D9 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB176249217-
CMYK0.2900.130.02
HSL153.7º85.88%83.33%-
HSV(B)153.7º29.32%97.65%-
XYZ64.381.9978.08-
YUV223.52124.3294.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.41%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=27.41%
G=38.79%
B=33.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762492170.2900.130.02153.785.8883.33
HexB0F9D91D0D29a5653
Octal260371331350152232126123
Binary1011000011111001110110011110101101101001101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9D9; }

 p { color: rgb(176,249,217); }

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

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

 a { background-color: rgb(176,249,217); }

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

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

 span { border-color: rgb(176,249,217); }

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