#B4FDCE

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

Shades of Magic Mint #B4FDCE

Tints of Magic Mint #B4FDCE

Color information

#B4FDCE (or 0xB4FDCE) is unknown color: approx Magic Mint. HEX triplet: B4, FD and CE. RGB value is (180,253,206). Sum of RGB (Red+Green+Blue) = 180+253+206=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDCE is #4B0231. Grayscale: #E1E1E1. Windows color (decimal): -4915762 or 13565364. OLE color: 13565364.

HSL color Cylindrical-coordinate representation of color #B4FDCE: hue angle of 141.37º 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 #B4FDCE is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB180253206-
CMYK0.2900.190.01
HSL141.37º94.81%84.9%-
HSV(B)141.37º28.85%99.22%-
XYZ65.0984.4171.25-
YUV225.82116.8295.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=28.17%
G=39.59%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1802532060.2900.190.01141.3794.8184.9
HexB4FDCE1D01318d5f55
Octal264375316350231215137125
Binary1011010011111101110011101110101001111000110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDCE; }

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

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

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

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

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

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

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

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