#B3FECA

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

Shades of Magic Mint #B3FECA

Tints of Magic Mint #B3FECA

Color information

#B3FECA (or 0xB3FECA) is unknown color: approx Magic Mint. HEX triplet: B3, FE and CA. RGB value is (179,254,202). Sum of RGB (Red+Green+Blue) = 179+254+202=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FECA is #4C0135. Grayscale: #E1E1E1. Windows color (decimal): -4981046 or 13303475. OLE color: 13303475.

HSL color Cylindrical-coordinate representation of color #B3FECA: hue angle of 138.4º 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 #B3FECA is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB179254202-
CMYK0.3000.200.00
HSL138.4º97.4%84.9%-
HSV(B)138.4º29.53%99.61%-
XYZ64.6984.7368.82-
YUV225.65114.6594.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=28.19%
G=40%
B=31.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542020.3000.200.00138.497.484.9
HexB3FECA1E01408a6155
Octal263376312360240212141125
Binary1011001111111110110010101111001010001000101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FECA; }

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

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

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

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

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

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

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

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