#B4FEDE

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

Shades of Magic Mint #B4FEDE

Tints of Magic Mint #B4FEDE

Color information

#B4FEDE (or 0xB4FEDE) is unknown color: approx Magic Mint. HEX triplet: B4, FE and DE. RGB value is (180,254,222). Sum of RGB (Red+Green+Blue) = 180+254+222=656 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.44% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEDE is #4B0121. Grayscale: #E4E4E4. Windows color (decimal): -4915490 or 14614196. OLE color: 14614196.

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

Color convert

RGB180254222-
CMYK0.2900.130.00
HSL154.05º97.37%85.1%-
HSV(B)154.05º29.13%99.61%-
XYZ67.4585.8682.13-
YUV228.23124.4893.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.44%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=27.44%
G=38.72%
B=33.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542220.2900.130.00154.0597.3785.1
HexB4FEDE1D0D09a6155
Octal264376336350150232141125
Binary101101001111111011011110111010110101001101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEDE; }

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

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

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

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

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

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

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

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