#B3FBDC

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

Shades of Magic Mint #B3FBDC

Tints of Magic Mint #B3FBDC

Color information

#B3FBDC (or 0xB3FBDC) is unknown color: approx Magic Mint. HEX triplet: B3, FB and DC. RGB value is (179,251,220). Sum of RGB (Red+Green+Blue) = 179+251+220=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBDC is #4C0423. Grayscale: #E1E1E1. Windows color (decimal): -4981796 or 14482355. OLE color: 14482355.

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

Color convert

RGB179251220-
CMYK0.2900.120.02
HSL154.17º90%84.31%-
HSV(B)154.17º28.69%98.43%-
XYZ66.0183.7580.4-
YUV225.94124.6594.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.54%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=27.54%
G=38.62%
B=33.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512200.2900.120.02154.179084.31
HexB3FBDC1D0C29a5a54
Octal263373334350142232132124
Binary1011001111111011110111001110101100101001101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBDC; }

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

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

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

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

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

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

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

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