#B3EAC8

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

Shades of Magic Mint #B3EAC8

Tints of Magic Mint #B3EAC8

Color information

#B3EAC8 (or 0xB3EAC8) is unknown color: approx Magic Mint. HEX triplet: B3, EA and C8. RGB value is (179,234,200). Sum of RGB (Red+Green+Blue) = 179+234+200=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EAC8 is #4C1537. Grayscale: #D5D5D5. Windows color (decimal): -4986168 or 13167283. OLE color: 13167283.

HSL color Cylindrical-coordinate representation of color #B3EAC8: hue angle of 142.91º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EAC8 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB179234200-
CMYK0.2400.150.08
HSL142.91º56.7%80.98%-
HSV(B)142.91º23.5%91.76%-
XYZ58.4472.665.58-
YUV213.68120.28103.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.20%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=29.20%
G=38.17%
B=32.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792342000.2400.150.08142.9156.780.98
HexB3EAC8180F88f3951
Octal263352310300171021771121
Binary10110011111010101100100011000011111000100011111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EAC8; }

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

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

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

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

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

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

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

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