#B3F1C9

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

Shades of Magic Mint #B3F1C9

Tints of Magic Mint #B3F1C9

Color information

#B3F1C9 (or 0xB3F1C9) is unknown color: approx Magic Mint. HEX triplet: B3, F1 and C9. RGB value is (179,241,201). Sum of RGB (Red+Green+Blue) = 179+241+201=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1C9 is #4C0E36. Grayscale: #DADADA. Windows color (decimal): -4984375 or 13234611. OLE color: 13234611.

HSL color Cylindrical-coordinate representation of color #B3F1C9: hue angle of 141.29º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1C9 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB179241201-
CMYK0.2600.170.05
HSL141.29º68.89%82.35%-
HSV(B)141.29º25.73%94.51%-
XYZ60.5976.7166.87-
YUV217.9118.46100.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=28.82%
G=38.81%
B=32.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792412010.2600.170.05141.2968.8982.35
HexB3F1C91A01158d4552
Octal263361311320215215105122
Binary101100111111000111001001110100100011011000110110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1C9; }

 p { color: rgb(179,241,201); }

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

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

 a { background-color: rgb(179,241,201); }

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

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

 span { border-color: rgb(179,241,201); }

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