#B3FDCD

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

Shades of Magic Mint #B3FDCD

Tints of Magic Mint #B3FDCD

Color information

#B3FDCD (or 0xB3FDCD) is unknown color: approx Magic Mint. HEX triplet: B3, FD and CD. RGB value is (179,253,205). Sum of RGB (Red+Green+Blue) = 179+253+205=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDCD is #4C0232. Grayscale: #E1E1E1. Windows color (decimal): -4981299 or 13499827. OLE color: 13499827.

HSL color Cylindrical-coordinate representation of color #B3FDCD: hue angle of 141.08º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDCD is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB179253205-
CMYK0.2900.190.01
HSL141.08º94.87%84.71%-
HSV(B)141.08º29.25%99.22%-
XYZ64.7484.2470.61-
YUV225.4116.4894.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.10%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=28.10%
G=39.72%
B=32.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792532050.2900.190.01141.0894.8784.71
HexB3FDCD1D01318d5f55
Octal263375315350231215137125
Binary1011001111111101110011011110101001111000110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDCD; }

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

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

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

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

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

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

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

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