#9BEDCD

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

Shades of Magic Mint #9BEDCD

Tints of Magic Mint #9BEDCD

Color information

#9BEDCD (or 0x9BEDCD) is unknown color: approx Magic Mint. HEX triplet: 9B, ED and CD. RGB value is (155,237,205). Sum of RGB (Red+Green+Blue) = 155+237+205=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDCD is #641232. Grayscale: #D0D0D0. Windows color (decimal): -6558259 or 13495707. OLE color: 13495707.

HSL color Cylindrical-coordinate representation of color #9BEDCD: hue angle of 156.59º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDCD is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB155237205-
CMYK0.3500.140.07
HSL156.59º69.49%76.86%-
HSV(B)156.59º34.6%92.94%-
XYZ54.8271.9468.75-
YUV208.83125.8389.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=25.96%
G=39.70%
B=34.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552372050.3500.140.07156.5969.4976.86
Hex9BEDCD230E79d454d
Octal233355315430167235105115
Binary100110111110110111001101100011011101111001110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEDCD; }

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

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

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

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

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

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

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

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