#B3EFC8

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

Shades of Magic Mint #B3EFC8

Tints of Magic Mint #B3EFC8

Color information

#B3EFC8 (or 0xB3EFC8) is unknown color: approx Magic Mint. HEX triplet: B3, EF and C8. RGB value is (179,239,200). Sum of RGB (Red+Green+Blue) = 179+239+200=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFC8 is #4C1037. Grayscale: #D8D8D8. Windows color (decimal): -4984888 or 13168563. OLE color: 13168563.

HSL color Cylindrical-coordinate representation of color #B3EFC8: hue angle of 141º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFC8 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB179239200-
CMYK0.2500.160.06
HSL141º65.22%81.96%-
HSV(B)141º25.1%93.73%-
XYZ59.8875.4966.06-
YUV216.61118.62101.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=28.96%
G=38.67%
B=32.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392000.2500.160.0614165.2281.96
HexB3EFC81901068d4152
Octal263357310310206215101122
Binary101100111110111111001000110010100001101000110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFC8; }

 p { color: rgb(179,239,200); }

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

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

 a { background-color: rgb(179,239,200); }

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

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

 span { border-color: rgb(179,239,200); }

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