#B3FFC9

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

Shades of Magic Mint #B3FFC9

Tints of Magic Mint #B3FFC9

Color information

#B3FFC9 (or 0xB3FFC9) is unknown color: approx Magic Mint. HEX triplet: B3, FF and C9. RGB value is (179,255,201). Sum of RGB (Red+Green+Blue) = 179+255+201=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFC9 is #4C0036. Grayscale: #E2E2E2. Windows color (decimal): -4980791 or 13238195. OLE color: 13238195.

HSL color Cylindrical-coordinate representation of color #B3FFC9: hue angle of 137.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFC9 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB179255201-
CMYK0.3000.210
HSL137.37º100%85.1%-
HSV(B)137.37º29.8%100%-
XYZ64.8985.3268.31-
YUV226.12113.8294.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=28.19%
G=40.16%
B=31.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552010.3000.210137.3710085.1
HexB3FFC91E0150896455
Octal263377311360250211144125
Binary1011001111111111110010011111001010101000100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFC9; }

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

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

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

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

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

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

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

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