#B3F6CD

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

Shades of Magic Mint #B3F6CD

Tints of Magic Mint #B3F6CD

Color information

#B3F6CD (or 0xB3F6CD) is unknown color: approx Magic Mint. HEX triplet: B3, F6 and CD. RGB value is (179,246,205). Sum of RGB (Red+Green+Blue) = 179+246+205=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6CD is #4C0932. Grayscale: #DDDDDD. Windows color (decimal): -4983091 or 13498035. OLE color: 13498035.

HSL color Cylindrical-coordinate representation of color #B3F6CD: hue angle of 143.28º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6CD is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB179246205-
CMYK0.2700.170.04
HSL143.28º78.82%83.33%-
HSV(B)143.28º27.24%96.47%-
XYZ62.5779.969.88-
YUV221.29118.897.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 246 (96.48% from 255) = 39.05%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=28.41%
G=39.05%
B=32.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792462050.2700.170.04143.2878.8283.33
HexB3F6CD1B01148f4f53
Octal263366315330214217117123
Binary101100111111011011001101110110100011001000111110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F6CD; }

 p { color: rgb(179,246,205); }

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

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

 a { background-color: rgb(179,246,205); }

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

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

 span { border-color: rgb(179,246,205); }

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