#B0EDD1

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

Shades of Magic Mint #B0EDD1

Tints of Magic Mint #B0EDD1

Color information

#B0EDD1 (or 0xB0EDD1) is unknown color: approx Magic Mint. HEX triplet: B0, ED and D1. RGB value is (176,237,209). Sum of RGB (Red+Green+Blue) = 176+237+209=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDD1 is #4F122E. Grayscale: #D7D7D7. Windows color (decimal): -5181999 or 13757872. OLE color: 13757872.

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

Color convert

RGB176237209-
CMYK0.2600.120.07
HSL152.46º62.89%80.98%-
HSV(B)152.46º25.74%92.94%-
XYZ59.774.471.54-
YUV215.57124.2999.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=28.30%
G=38.10%
B=33.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762372090.2600.120.07152.4662.8980.98
HexB0EDD11A0C7983f51
Octal26035532132014723077121
Binary1011000011101101110100011101001100111100110001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDD1; }

 p { color: rgb(176,237,209); }

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

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

 a { background-color: rgb(176,237,209); }

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

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

 span { border-color: rgb(176,237,209); }

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