#B4FDD7

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

Shades of Magic Mint #B4FDD7

Tints of Magic Mint #B4FDD7

Color information

#B4FDD7 (or 0xB4FDD7) is unknown color: approx Magic Mint. HEX triplet: B4, FD and D7. RGB value is (180,253,215). Sum of RGB (Red+Green+Blue) = 180+253+215=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDD7 is #4B0228. Grayscale: #E2E2E2. Windows color (decimal): -4915753 or 14155188. OLE color: 14155188.

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

Color convert

RGB180253215-
CMYK0.2900.150.01
HSL148.77º94.81%84.9%-
HSV(B)148.77º28.85%99.22%-
XYZ66.2184.8677.18-
YUV226.84121.3294.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.78%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 215 (84.38% from 255) = 33.18%
R=27.78%
G=39.04%
B=33.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802532150.2900.150.01148.7794.8184.9
HexB4FDD71D0F1955f55
Octal264375327350171225137125
Binary101101001111110111010111111010111111001010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDD7; }

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

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

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

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

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

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

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

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