#B0EDCD

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

Shades of Magic Mint #B0EDCD

Tints of Magic Mint #B0EDCD

Color information

#B0EDCD (or 0xB0EDCD) is unknown color: approx Magic Mint. HEX triplet: B0, ED and CD. RGB value is (176,237,205). Sum of RGB (Red+Green+Blue) = 176+237+205=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDCD is #4F1232. Grayscale: #D7D7D7. Windows color (decimal): -5182003 or 13495728. OLE color: 13495728.

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

Color convert

RGB176237205-
CMYK0.2600.140.07
HSL148.52º62.89%80.98%-
HSV(B)148.52º25.74%92.94%-
XYZ59.2174.2168.96-
YUV215.11122.29100.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=28.48%
G=38.35%
B=33.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762372050.2600.140.07148.5262.8980.98
HexB0EDCD1A0E7953f51
Octal26035531532016722577121
Binary1011000011101101110011011101001110111100101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDCD; }

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

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

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

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

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

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

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

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