#B5FECF

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

Shades of Magic Mint #B5FECF

Tints of Magic Mint #B5FECF

Color information

#B5FECF (or 0xB5FECF) is unknown color: approx Magic Mint. HEX triplet: B5, FE and CF. RGB value is (181,254,207). Sum of RGB (Red+Green+Blue) = 181+254+207=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FECF is #4A0130. Grayscale: #E2E2E2. Windows color (decimal): -4849969 or 13631157. OLE color: 13631157.

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

Color convert

RGB181254207-
CMYK0.2900.190.00
HSL141.37º97.33%85.29%-
HSV(B)141.37º28.74%99.61%-
XYZ65.7685.2172.01-
YUV226.82116.8295.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.19%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=28.19%
G=39.56%
B=32.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542070.2900.190.00141.3797.3385.29
HexB5FECF1D01308d6155
Octal265376317350230215141125
Binary1011010111111110110011111110101001101000110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FECF; }

 p { color: rgb(181,254,207); }

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

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

 a { background-color: rgb(181,254,207); }

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

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

 span { border-color: rgb(181,254,207); }

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