#B4FFDB

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

Shades of Magic Mint #B4FFDB

Tints of Magic Mint #B4FFDB

Color information

#B4FFDB (or 0xB4FFDB) is unknown color: approx Magic Mint. HEX triplet: B4, FF and DB. RGB value is (180,255,219). Sum of RGB (Red+Green+Blue) = 180+255+219=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFDB is #4B0024. Grayscale: #E4E4E4. Windows color (decimal): -4915237 or 14417844. OLE color: 14417844.

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

Color convert

RGB180255219-
CMYK0.2900.140
HSL151.2º100%85.29%-
HSV(B)151.2º29.41%100%-
XYZ67.3786.3480.13-
YUV228.47122.6593.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.52%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=27.52%
G=38.99%
B=33.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552190.2900.140151.210085.29
HexB4FFDB1D0E0976455
Octal264377333350160227144125
Binary101101001111111111011011111010111001001011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFDB; }

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

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

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

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

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

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

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

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