#B4FFDA

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

Shades of Magic Mint #B4FFDA

Tints of Magic Mint #B4FFDA

Color information

#B4FFDA (or 0xB4FFDA) is unknown color: approx Magic Mint. HEX triplet: B4, FF and DA. RGB value is (180,255,218). Sum of RGB (Red+Green+Blue) = 180+255+218=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFDA is #4B0025. Grayscale: #E4E4E4. Windows color (decimal): -4915238 or 14352308. OLE color: 14352308.

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

Color convert

RGB180255218-
CMYK0.2900.150
HSL150.4º100%85.29%-
HSV(B)150.4º29.41%100%-
XYZ67.2486.2979.44-
YUV228.36122.1593.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.57%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=27.57%
G=39.05%
B=33.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552180.2900.150150.410085.29
HexB4FFDA1D0F0966455
Octal264377332350170226144125
Binary101101001111111111011010111010111101001011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFDA; }

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

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

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

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

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

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

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

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