#B3FED0

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

Shades of Magic Mint #B3FED0

Tints of Magic Mint #B3FED0

Color information

#B3FED0 (or 0xB3FED0) is unknown color: approx Magic Mint. HEX triplet: B3, FE and D0. RGB value is (179,254,208). Sum of RGB (Red+Green+Blue) = 179+254+208=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FED0 is #4C012F. Grayscale: #E2E2E2. Windows color (decimal): -4981040 or 13696691. OLE color: 13696691.

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

Color convert

RGB179254208-
CMYK0.3000.180.00
HSL143.2º97.4%84.9%-
HSV(B)143.2º29.53%99.61%-
XYZ65.4285.0272.64-
YUV226.33117.6594.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.93%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=27.93%
G=39.63%
B=32.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542080.3000.180.00143.297.484.9
HexB3FED01E01208f6155
Octal263376320360220217141125
Binary1011001111111110110100001111001001001000111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FED0; }

 p { color: rgb(179,254,208); }

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

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

 a { background-color: rgb(179,254,208); }

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

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

 span { border-color: rgb(179,254,208); }

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