#9BE7C3

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

Shades of Magic Mint #9BE7C3

Tints of Magic Mint #9BE7C3

Color information

#9BE7C3 (or 0x9BE7C3) is unknown color: approx Magic Mint. HEX triplet: 9B, E7 and C3. RGB value is (155,231,195). Sum of RGB (Red+Green+Blue) = 155+231+195=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7C3 is #64183C. Grayscale: #CCCCCC. Windows color (decimal): -6559805 or 12838811. OLE color: 12838811.

HSL color Cylindrical-coordinate representation of color #9BE7C3: hue angle of 151.58º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7C3 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB155231195-
CMYK0.3300.160.09
HSL151.58º61.29%75.69%-
HSV(B)151.58º32.9%90.59%-
XYZ51.9468.0662.03-
YUV204.17122.8292.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 231 (90.62% from 255) = 39.76%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=26.68%
G=39.76%
B=33.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552311950.3300.160.09151.5861.2975.69
Hex9BE7C3210109983d4c
Octal233347303410201123075114
Binary1001101111100111110000111000010100001001100110001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,231,195); }

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

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

 a { background-color: rgb(155,231,195); }

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

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

 span { border-color: rgb(155,231,195); }

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