#9BE7C9

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

Shades of Magic Mint #9BE7C9

Tints of Magic Mint #9BE7C9

Color information

#9BE7C9 (or 0x9BE7C9) is unknown color: approx Magic Mint. HEX triplet: 9B, E7 and C9. RGB value is (155,231,201). Sum of RGB (Red+Green+Blue) = 155+231+201=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7C9 is #641836. Grayscale: #CCCCCC. Windows color (decimal): -6559799 or 13232027. OLE color: 13232027.

HSL color Cylindrical-coordinate representation of color #9BE7C9: hue angle of 156.32º 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 #9BE7C9 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB155231201-
CMYK0.3300.130.09
HSL156.32º61.29%75.69%-
HSV(B)156.32º32.9%90.59%-
XYZ52.6468.3465.67-
YUV204.86125.8292.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=26.41%
G=39.35%
B=34.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552312010.3300.130.09156.3261.2975.69
Hex9BE7C9210D99c3d4c
Octal233347311410151123475114
Binary100110111110011111001001100001011011001100111001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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