#B7FED0

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

Shades of Magic Mint #B7FED0

Tints of Magic Mint #B7FED0

Color information

#B7FED0 (or 0xB7FED0) is unknown color: approx Magic Mint. HEX triplet: B7, FE and D0. RGB value is (183,254,208). Sum of RGB (Red+Green+Blue) = 183+254+208=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FED0 is #48012F. Grayscale: #E3E3E3. Windows color (decimal): -4718896 or 13696695. OLE color: 13696695.

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

Color convert

RGB183254208-
CMYK0.2800.180.00
HSL141.13º97.26%85.69%-
HSV(B)141.13º27.95%99.61%-
XYZ66.3685.572.68-
YUV227.53116.9896.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.37%
GREEN value IS 254 (99.61% from 255) = 39.38%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=28.37%
G=39.38%
B=32.25%

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
Decimal1832542080.2800.180.00141.1397.2685.69
HexB7FED01C01208d6156
Octal267376320340220215141126
Binary1011011111111110110100001110001001001000110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FED0; }

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

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

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

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

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

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

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

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