#B1EDD4

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

Shades of Magic Mint #B1EDD4

Tints of Magic Mint #B1EDD4

Color information

#B1EDD4 (or 0xB1EDD4) is unknown color: approx Magic Mint. HEX triplet: B1, ED and D4. RGB value is (177,237,212). Sum of RGB (Red+Green+Blue) = 177+237+212=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDD4 is #4E122B. Grayscale: #D8D8D8. Windows color (decimal): -5116460 or 13954481. OLE color: 13954481.

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

Color convert

RGB177237212-
CMYK0.2500.110.07
HSL155º62.5%81.18%-
HSV(B)155º25.32%92.94%-
XYZ60.374.6773.52-
YUV216.21125.62100.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.27%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=28.27%
G=37.86%
B=33.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772372120.2500.110.0715562.581.18
HexB1EDD4190B79b3e51
Octal26135532431013723376121
Binary1011000111101101110101001100101011111100110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDD4; }

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

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

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

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

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

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

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

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