#B0EDD4

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

Shades of Magic Mint #B0EDD4

Tints of Magic Mint #B0EDD4

Color information

#B0EDD4 (or 0xB0EDD4) is unknown color: approx Magic Mint. HEX triplet: B0, ED and D4. RGB value is (176,237,212). Sum of RGB (Red+Green+Blue) = 176+237+212=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDD4 is #4F122B. Grayscale: #D7D7D7. Windows color (decimal): -5181996 or 13954480. OLE color: 13954480.

HSL color Cylindrical-coordinate representation of color #B0EDD4: hue angle of 155.41º 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 #B0EDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB176237212-
CMYK0.2600.110.07
HSL155.41º62.89%80.98%-
HSV(B)155.41º25.74%92.94%-
XYZ60.0774.5573.51-
YUV215.91125.7999.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=28.16%
G=37.92%
B=33.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762372120.2600.110.07155.4162.8980.98
HexB0EDD41A0B79b3f51
Octal26035532432013723377121
Binary1011000011101101110101001101001011111100110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDD4; }

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

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

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

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

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

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

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

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