#92F9BE

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

Shades of Magic Mint #92F9BE

Tints of Magic Mint #92F9BE

Color information

#92F9BE (or 0x92F9BE) is unknown color: approx Magic Mint. HEX triplet: 92, F9 and BE. RGB value is (146,249,190). Sum of RGB (Red+Green+Blue) = 146+249+190=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #92F9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F9BE is #6D0641. Grayscale: #D3D3D3. Windows color (decimal): -7145026 or 12515730. OLE color: 12515730.

HSL color Cylindrical-coordinate representation of color #92F9BE: hue angle of 145.63º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F9BE is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB146249190-
CMYK0.4100.240.02
HSL145.63º89.57%77.45%-
HSV(B)145.63º41.37%97.65%-
XYZ55.0277.5860.79-
YUV211.48115.8881.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.96%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=24.96%
G=42.56%
B=32.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491900.4100.240.02145.6389.5777.45
Hex92F9BE290182925a4d
Octal222371276510302222132115
Binary100100101111100110111110101001011000101001001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F9BE; }

 p { color: rgb(146,249,190); }

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

<style>
 a { background-color: #92F9BE; }

 a { background-color: rgb(146,249,190); }

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

<style>
 span { border-color: #92F9BE; }

 span { border-color: rgb(146,249,190); }

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