#B1F9DD

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

Shades of Magic Mint #B1F9DD

Tints of Magic Mint #B1F9DD

Color information

#B1F9DD (or 0xB1F9DD) is unknown color: approx Magic Mint. HEX triplet: B1, F9 and DD. RGB value is (177,249,221). Sum of RGB (Red+Green+Blue) = 177+249+221=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9DD is #4E0622. Grayscale: #E0E0E0. Windows color (decimal): -5113379 or 14547377. OLE color: 14547377.

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

Color convert

RGB177249221-
CMYK0.2900.110.02
HSL156.67º85.71%83.53%-
HSV(B)156.67º28.92%97.65%-
XYZ65.0682.3280.87-
YUV224.28126.1594.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.36%
GREEN value IS 249 (97.66% from 255) = 38.49%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=27.36%
G=38.49%
B=34.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772492210.2900.110.02156.6785.7183.53
HexB1F9DD1D0B29d5654
Octal261371335350132235126124
Binary1011000111111001110111011110101011101001110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9DD; }

 p { color: rgb(177,249,221); }

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

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

 a { background-color: rgb(177,249,221); }

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

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

 span { border-color: rgb(177,249,221); }

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