#92FDC0

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

Shades of Magic Mint #92FDC0

Tints of Magic Mint #92FDC0

Color information

#92FDC0 (or 0x92FDC0) is unknown color: approx Magic Mint. HEX triplet: 92, FD and C0. RGB value is (146,253,192). Sum of RGB (Red+Green+Blue) = 146+253+192=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FDC0 is #6D023F. Grayscale: #D6D6D6. Windows color (decimal): -7144000 or 12647826. OLE color: 12647826.

HSL color Cylindrical-coordinate representation of color #92FDC0: hue angle of 145.79º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FDC0 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB146253192-
CMYK0.4200.240.01
HSL145.79º96.4%78.24%-
HSV(B)145.79º42.29%99.22%-
XYZ56.4980.1762.37-
YUV214.05115.5579.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.70%
GREEN value IS 253 (99.22% from 255) = 42.81%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=24.70%
G=42.81%
B=32.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462531920.4200.240.01145.7996.478.24
Hex92FDC02A018192604e
Octal222375300520301222140116
Binary10010010111111011100000010101001100011001001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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