#B8FED0

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

Shades of Magic Mint #B8FED0

Tints of Magic Mint #B8FED0

Color information

#B8FED0 (or 0xB8FED0) is unknown color: approx Magic Mint. HEX triplet: B8, FE and D0. RGB value is (184,254,208). Sum of RGB (Red+Green+Blue) = 184+254+208=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FED0 is #47012F. Grayscale: #E3E3E3. Windows color (decimal): -4653360 or 13696696. OLE color: 13696696.

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

Color convert

RGB184254208-
CMYK0.2800.180.00
HSL140.57º97.22%85.88%-
HSV(B)140.57º27.56%99.61%-
XYZ66.5985.6372.69-
YUV227.83116.8196.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.48%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=28.48%
G=39.32%
B=32.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842542080.2800.180.00140.5797.2285.88
HexB8FED01C01208d6156
Octal270376320340220215141126
Binary1011100011111110110100001110001001001000110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FED0; }

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

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

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

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

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

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

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

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