#92F9BD

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

Shades of Magic Mint #92F9BD

Tints of Magic Mint #92F9BD

Color information

#92F9BD (or 0x92F9BD) is unknown color: approx Magic Mint. HEX triplet: 92, F9 and BD. RGB value is (146,249,189). Sum of RGB (Red+Green+Blue) = 146+249+189=584 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #92F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F9BD is #6D0642. Grayscale: #D3D3D3. Windows color (decimal): -7145027 or 12450194. OLE color: 12450194.

HSL color Cylindrical-coordinate representation of color #92F9BD: hue angle of 145.05º 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 #92F9BD is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB146249189-
CMYK0.4100.240.02
HSL145.05º89.57%77.45%-
HSV(B)145.05º41.37%97.65%-
XYZ54.9277.5460.22-
YUV211.36115.3881.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=25%
G=42.64%
B=32.36%

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
Decimal1462491890.4100.240.02145.0589.5777.45
Hex92F9BD290182915a4d
Octal222371275510302221132115
Binary100100101111100110111101101001011000101001000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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