#B4FBDA

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

Shades of Magic Mint #B4FBDA

Tints of Magic Mint #B4FBDA

Color information

#B4FBDA (or 0xB4FBDA) is unknown color: approx Magic Mint. HEX triplet: B4, FB and DA. RGB value is (180,251,218). Sum of RGB (Red+Green+Blue) = 180+251+218=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDA is #4B0425. Grayscale: #E2E2E2. Windows color (decimal): -4916262 or 14351284. OLE color: 14351284.

HSL color Cylindrical-coordinate representation of color #B4FBDA: hue angle of 152.11º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBDA is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB180251218-
CMYK0.2800.130.02
HSL152.11º89.87%84.51%-
HSV(B)152.11º28.29%98.43%-
XYZ65.9783.7679.02-
YUV226.01123.4895.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.73%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=27.73%
G=38.67%
B=33.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512180.2800.130.02152.1189.8784.51
HexB4FBDA1C0D2985a55
Octal264373332340152230132125
Binary1011010011111011110110101110001101101001100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBDA; }

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

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

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

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

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

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

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

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