#B3FBDA

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

Shades of Magic Mint #B3FBDA

Tints of Magic Mint #B3FBDA

Color information

#B3FBDA (or 0xB3FBDA) is unknown color: approx Magic Mint. HEX triplet: B3, FB and DA. RGB value is (179,251,218). Sum of RGB (Red+Green+Blue) = 179+251+218=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBDA is #4C0425. Grayscale: #E1E1E1. Windows color (decimal): -4981798 or 14351283. OLE color: 14351283.

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

Color convert

RGB179251218-
CMYK0.2900.130.02
HSL152.5º90%84.31%-
HSV(B)152.5º28.69%98.43%-
XYZ65.7483.6479.01-
YUV225.71123.6594.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.62%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=27.62%
G=38.73%
B=33.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512180.2900.130.02152.59084.31
HexB3FBDA1D0D2985a54
Octal263373332350152230132124
Binary1011001111111011110110101110101101101001100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBDA; }

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

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

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

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

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

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

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

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