#9BE3CA

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

Shades of Magic Mint #9BE3CA

Tints of Magic Mint #9BE3CA

Color information

#9BE3CA (or 0x9BE3CA) is unknown color: approx Magic Mint. HEX triplet: 9B, E3 and CA. RGB value is (155,227,202). Sum of RGB (Red+Green+Blue) = 155+227+202=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE3CA is #641C35. Grayscale: #CACACA. Windows color (decimal): -6560822 or 13296539. OLE color: 13296539.

HSL color Cylindrical-coordinate representation of color #9BE3CA: hue angle of 159.17º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE3CA is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB155227202-
CMYK0.3200.110.11
HSL159.17º56.25%74.9%-
HSV(B)159.17º31.72%89.02%-
XYZ51.6566.1765.93-
YUV202.62127.6594.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 227 (89.06% from 255) = 38.87%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=26.54%
G=38.87%
B=34.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552272020.3200.110.11159.1756.2574.9
Hex9BE3CA200BB9f384b
Octal233343312400131323770113
Binary100110111110001111001010100000010111011100111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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