#9BE6CA

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

Shades of Magic Mint #9BE6CA

Tints of Magic Mint #9BE6CA

Color information

#9BE6CA (or 0x9BE6CA) is unknown color: approx Magic Mint. HEX triplet: 9B, E6 and CA. RGB value is (155,230,202). Sum of RGB (Red+Green+Blue) = 155+230+202=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6CA is #641935. Grayscale: #CCCCCC. Windows color (decimal): -6560054 or 13297307. OLE color: 13297307.

HSL color Cylindrical-coordinate representation of color #9BE6CA: hue angle of 157.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6CA is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB155230202-
CMYK0.3300.120.10
HSL157.6º60%75.49%-
HSV(B)157.6º32.61%90.2%-
XYZ52.4867.8366.2-
YUV204.38126.6592.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=26.41%
G=39.18%
B=34.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1552302020.3300.120.10157.66075.49
Hex9BE6CA210CA9e3c4b
Octal233346312410141223674113
Binary100110111110011011001010100001011001010100111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,230,202); }

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

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

 a { background-color: rgb(155,230,202); }

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

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

 span { border-color: rgb(155,230,202); }

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