#9be7cd

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

Shades of Magic Mint #9BE7CD

Tints of Magic Mint #9BE7CD

Color information

#9BE7CD (or 0x9BE7CD) is unknown color: approx Magic Mint. HEX triplet: 9B, E7 and CD. RGB value is (155,231,205). Sum of RGB (Red+Green+Blue) = 155+231+205=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7CD is #641832. Grayscale: #CDCDCD. Windows color (decimal): -6559795 or 13494171. OLE color: 13494171.

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

Color convert

RGB155231205-
CMYK0.3300.110.09
HSL159.47º61.29%75.69%-
HSV(B)159.47º32.9%90.59%-
XYZ53.1168.5368.19-
YUV205.31127.8292.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=26.23%
G=39.09%
B=34.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552312050.3300.110.09159.4761.2975.69
Hex9BE7CD210B99f3d4c
Octal233347315410131123775114
Binary100110111110011111001101100001010111001100111111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9be7cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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