#B3EDD0

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

Shades of Magic Mint #B3EDD0

Tints of Magic Mint #B3EDD0

Color information

#B3EDD0 (or 0xB3EDD0) is unknown color: approx Magic Mint. HEX triplet: B3, ED and D0. RGB value is (179,237,208). Sum of RGB (Red+Green+Blue) = 179+237+208=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDD0 is #4C122F. Grayscale: #D8D8D8. Windows color (decimal): -4985392 or 13692339. OLE color: 13692339.

HSL color Cylindrical-coordinate representation of color #B3EDD0: hue angle of 150º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB179237208-
CMYK0.2400.120.07
HSL150º61.7%81.57%-
HSV(B)150º24.47%92.94%-
XYZ60.2674.7170.92-
YUV216.35123.28101.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.69%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=28.69%
G=37.98%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792372080.2400.120.0715061.781.57
HexB3EDD0180C7963e52
Octal26335532030014722676122
Binary1011001111101101110100001100001100111100101101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDD0; }

 p { color: rgb(179,237,208); }

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

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

 a { background-color: rgb(179,237,208); }

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

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

 span { border-color: rgb(179,237,208); }

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