#9BFEBE

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

Shades of Magic Mint #9BFEBE

Tints of Magic Mint #9BFEBE

Color information

#9BFEBE (or 0x9BFEBE) is unknown color: approx Magic Mint. HEX triplet: 9B, FE and BE. RGB value is (155,254,190). Sum of RGB (Red+Green+Blue) = 155+254+190=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEBE is #640141. Grayscale: #D9D9D9. Windows color (decimal): -6553922 or 12517019. OLE color: 12517019.

HSL color Cylindrical-coordinate representation of color #9BFEBE: hue angle of 141.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEBE is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB155254190-
CMYK0.3900.250.00
HSL141.21º98.02%80.2%-
HSV(B)141.21º38.98%99.61%-
XYZ58.2581.5761.39-
YUV217.1112.783.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=25.88%
G=42.40%
B=31.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552541900.3900.250.00141.2198.0280.2
Hex9BFEBE2701908d6250
Octal233376276470310215142120
Binary10011011111111101011111010011101100101000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,254,190); }

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

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

 a { background-color: rgb(155,254,190); }

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

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

 span { border-color: rgb(155,254,190); }

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