#B9FFDA

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

Shades of Magic Mint #B9FFDA

Tints of Magic Mint #B9FFDA

Color information

#B9FFDA (or 0xB9FFDA) is unknown color: approx Magic Mint. HEX triplet: B9, FF and DA. RGB value is (185,255,218). Sum of RGB (Red+Green+Blue) = 185+255+218=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFDA is #460025. Grayscale: #E5E5E5. Windows color (decimal): -4587558 or 14352313. OLE color: 14352313.

HSL color Cylindrical-coordinate representation of color #B9FFDA: hue angle of 148.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFDA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB185255218-
CMYK0.2700.150
HSL148.29º100%86.27%-
HSV(B)148.29º27.45%100%-
XYZ68.4286.979.5-
YUV229.85121.3196.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=28.12%
G=38.75%
B=33.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552180.2700.150148.2910086.27
HexB9FFDA1B0F0946456
Octal271377332330170224144126
Binary101110011111111111011010110110111101001010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFDA; }

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

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

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

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

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

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

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

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