Html Css Color HEX #92FAC0 Magic Mint

📋 copy color: '#92FAC0'

red 146 ◦ green 250 ◦ blue 192

#92FAC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #92FAC0

Tints of Magic Mint #92FAC0

RGB

 RED value IS 146 (57.42% from 255) = 24.83%

 GREEN value IS 250 (98.05% from 255) = 42.52%

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 24.83%
G = 42.52%
B = 32.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#92FAC0 (or 0x92FAC0) is known color: Magic Mint. HEX triplet: 92, FA and C0. RGB value is (146,250,192). Sum of RGB (Red+Green+Blue) = 146+250+192=588 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.83% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FAC0 is #6D053F. Grayscale: #D4D4D4. Windows color (decimal): -7144768 or 12647058. OLE color: 12647058.

HSL color Cylindrical-coordinate representation of color #92FAC0: hue angle of 146.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FAC0 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 250 192 -
CMYK 0.42 0 0.23 0.02
HSL 146.54º 0.91% 0.78% -
HSV(B) 146.54º 0.42% 0.98% -
XYZ 55.55 78.29 62.05 -
YUV 212.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 146 250 192 0.42 0 0.23 0.02 146.54 0.91 0.78
Hex 92 FA C0 2A 0 17 2 93 5B 4E
Octal 222 372 300 52 0 27 2 223 133 116
Binary 10010010 11111010 11000000 101010 0 10111 10 10010011 1011011 1001110

Color Harmonies of #92FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FAC0

Black with #92FAC0

Text Example


Text Example

White with #92FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92FAC0;
 }
 .AnyTagClassName
 {
   color: #92FAC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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