#B3FDCB

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

Shades of Magic Mint #B3FDCB

Tints of Magic Mint #B3FDCB

Color information

#B3FDCB (or 0xB3FDCB) is unknown color: approx Magic Mint. HEX triplet: B3, FD and CB. RGB value is (179,253,203). Sum of RGB (Red+Green+Blue) = 179+253+203=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDCB is #4C0234. Grayscale: #E1E1E1. Windows color (decimal): -4981301 or 13368755. OLE color: 13368755.

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

Color convert

RGB179253203-
CMYK0.2900.200.01
HSL139.46º94.87%84.71%-
HSV(B)139.46º29.25%99.22%-
XYZ64.584.1569.34-
YUV225.17115.4895.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=28.19%
G=39.84%
B=31.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792532030.2900.200.01139.4694.8784.71
HexB3FDCB1D01418b5f55
Octal263375313350241213137125
Binary1011001111111101110010111110101010011000101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDCB; }

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

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

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

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

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

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

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

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