Html Css Color HEX #92FABC Magic Mint

📋 copy color: '#92FABC'

red 146 ◦ green 250 ◦ blue 188

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

Shades of Magic Mint #92FABC

Tints of Magic Mint #92FABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 25%
G = 42.81%
B = 32.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#92FABC (or 0x92FABC) is known color: Magic Mint. HEX triplet: 92, FA and BC. RGB value is (146,250,188). Sum of RGB (Red+Green+Blue) = 146+250+188=584 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #92FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FABC is #6D0543. Grayscale: #D3D3D3. Windows color (decimal): -7144772 or 12384914. OLE color: 12384914.

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

Color convert

RGB 146 250 188 -
CMYK 0.42 0 0.25 0.02
HSL 144.23º 0.91% 0.78% -
HSV(B) 144.23º 0.42% 0.98% -
XYZ 55.12 78.11 59.75 -
YUV 211.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 146 250 188 0.42 0 0.25 0.02 144.23 0.91 0.78
Hex 92 FA BC 2A 0 19 2 90 5B 4E
Octal 222 372 274 52 0 31 2 220 133 116
Binary 10010010 11111010 10111100 101010 0 11001 10 10010000 1011011 1001110

Color Harmonies of #92FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FABC

Black with #92FABC

Text Example


Text Example

White with #92FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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