#B2FECA

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

Shades of Magic Mint #B2FECA

Tints of Magic Mint #B2FECA

Color information

#B2FECA (or 0xB2FECA) is unknown color: approx Magic Mint. HEX triplet: B2, FE and CA. RGB value is (178,254,202). Sum of RGB (Red+Green+Blue) = 178+254+202=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FECA is #4D0135. Grayscale: #E1E1E1. Windows color (decimal): -5046582 or 13303474. OLE color: 13303474.

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

Color convert

RGB178254202-
CMYK0.3000.200.00
HSL138.95º97.44%84.71%-
HSV(B)138.95º29.92%99.61%-
XYZ64.4684.6168.81-
YUV225.35114.8294.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.08%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=28.08%
G=40.06%
B=31.86%

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
Decimal1782542020.3000.200.00138.9597.4484.71
HexB2FECA1E01408b6155
Octal262376312360240213141125
Binary1011001011111110110010101111001010001000101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FECA; }

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

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

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

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

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

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

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

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