#B3EBD5

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

Shades of Magic Mint #B3EBD5

Tints of Magic Mint #B3EBD5

Color information

#B3EBD5 (or 0xB3EBD5) is unknown color: approx Magic Mint. HEX triplet: B3, EB and D5. RGB value is (179,235,213). Sum of RGB (Red+Green+Blue) = 179+235+213=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBD5 is #4C142A. Grayscale: #D7D7D7. Windows color (decimal): -4985899 or 14019507. OLE color: 14019507.

HSL color Cylindrical-coordinate representation of color #B3EBD5: hue angle of 156.43º degrees, saturation: 0.58, 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 #B3EBD5 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB179235213-
CMYK0.2400.090.08
HSL156.43º58.33%81.18%-
HSV(B)156.43º23.83%92.16%-
XYZ60.3173.874.02-
YUV215.75126.45101.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.55%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=28.55%
G=37.48%
B=33.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352130.2400.090.08156.4358.3381.18
HexB3EBD5180989c3a51
Octal263353325300111023472121
Binary10110011111010111101010111000010011000100111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBD5; }

 p { color: rgb(179,235,213); }

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

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

 a { background-color: rgb(179,235,213); }

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

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

 span { border-color: rgb(179,235,213); }

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