#B0F9DC

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

Shades of Magic Mint #B0F9DC

Tints of Magic Mint #B0F9DC

Color information

#B0F9DC (or 0xB0F9DC) is unknown color: approx Magic Mint. HEX triplet: B0, F9 and DC. RGB value is (176,249,220). Sum of RGB (Red+Green+Blue) = 176+249+220=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9DC is #4F0623. Grayscale: #DFDFDF. Windows color (decimal): -5178916 or 14481840. OLE color: 14481840.

HSL color Cylindrical-coordinate representation of color #B0F9DC: hue angle of 156.16º 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 #B0F9DC is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB176249220-
CMYK0.2900.120.02
HSL156.16º85.88%83.33%-
HSV(B)156.16º29.32%97.65%-
XYZ64.782.1580.16-
YUV223.87125.8293.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.29%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=27.29%
G=38.60%
B=34.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762492200.2900.120.02156.1685.8883.33
HexB0F9DC1D0C29c5653
Octal260371334350142234126123
Binary1011000011111001110111001110101100101001110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9DC; }

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

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

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

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

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

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

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

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