#B4FCDE

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

Shades of Magic Mint #B4FCDE

Tints of Magic Mint #B4FCDE

Color information

#B4FCDE (or 0xB4FCDE) is unknown color: approx Magic Mint. HEX triplet: B4, FC and DE. RGB value is (180,252,222). Sum of RGB (Red+Green+Blue) = 180+252+222=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDE is #4B0321. Grayscale: #E3E3E3. Windows color (decimal): -4916002 or 14613684. OLE color: 14613684.

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

Color convert

RGB180252222-
CMYK0.2900.120.01
HSL155º92.31%84.71%-
HSV(B)155º28.57%98.82%-
XYZ66.8284.681.91-
YUV227.05125.1594.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.52%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=27.52%
G=38.53%
B=33.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522220.2900.120.0115592.3184.71
HexB4FCDE1D0C19b5c55
Octal264374336350141233134125
Binary101101001111110011011110111010110011001101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCDE; }

 p { color: rgb(180,252,222); }

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

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

 a { background-color: rgb(180,252,222); }

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

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

 span { border-color: rgb(180,252,222); }

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