#B4FFD7

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

Shades of Magic Mint #B4FFD7

Tints of Magic Mint #B4FFD7

Color information

#B4FFD7 (or 0xB4FFD7) is unknown color: approx Magic Mint. HEX triplet: B4, FF and D7. RGB value is (180,255,215). Sum of RGB (Red+Green+Blue) = 180+255+215=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFD7 is #4B0028. Grayscale: #E4E4E4. Windows color (decimal): -4915241 or 14155700. OLE color: 14155700.

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

Color convert

RGB180255215-
CMYK0.2900.160
HSL148º100%85.29%-
HSV(B)148º29.41%100%-
XYZ66.8586.1377.39-
YUV228.02120.6593.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.69%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=27.69%
G=39.23%
B=33.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552150.2900.16014810085.29
HexB4FFD71D0100946455
Octal264377327350200224144125
Binary1011010011111111110101111110101000001001010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFD7; }

 p { color: rgb(180,255,215); }

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

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

 a { background-color: rgb(180,255,215); }

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

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

 span { border-color: rgb(180,255,215); }

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