#92F2C0

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

Shades of Magic Mint #92F2C0

Tints of Magic Mint #92F2C0

Color information

#92F2C0 (or 0x92F2C0) is unknown color: approx Magic Mint. HEX triplet: 92, F2 and C0. RGB value is (146,242,192). Sum of RGB (Red+Green+Blue) = 146+242+192=580 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.17% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F2C0 is #6D0D3F. Grayscale: #CFCFCF. Windows color (decimal): -7146816 or 12645010. OLE color: 12645010.

HSL color Cylindrical-coordinate representation of color #92F2C0: hue angle of 148.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F2C0 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB146242192-
CMYK0.4000.210.05
HSL148.75º78.69%76.08%-
HSV(B)148.75º39.67%94.9%-
XYZ53.1273.4261.24-
YUV207.6119.284.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.17%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=25.17%
G=41.72%
B=33.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462421920.4000.210.05148.7578.6976.08
Hex92F2C0280155954f4c
Octal222362300500255225117114
Binary1001001011110010110000001010000101011011001010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,242,192); }

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

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

 a { background-color: rgb(146,242,192); }

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

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

 span { border-color: rgb(146,242,192); }

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