#B1FECA

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

Shades of Magic Mint #B1FECA

Tints of Magic Mint #B1FECA

Color information

#B1FECA (or 0xB1FECA) is unknown color: approx Magic Mint. HEX triplet: B1, FE and CA. RGB value is (177,254,202). Sum of RGB (Red+Green+Blue) = 177+254+202=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECA is #4E0135. Grayscale: #E1E1E1. Windows color (decimal): -5112118 or 13303473. OLE color: 13303473.

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

Color convert

RGB177254202-
CMYK0.3000.200.00
HSL139.48º97.47%84.51%-
HSV(B)139.48º30.31%99.61%-
XYZ64.2384.568.8-
YUV225.05114.9993.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=27.96%
G=40.13%
B=31.91%

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
Decimal1772542020.3000.200.00139.4897.4784.51
HexB1FECA1E01408b6155
Octal261376312360240213141125
Binary1011000111111110110010101111001010001000101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FECA; }

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

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

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

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

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

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

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

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