Html Css Color HEX #60F293 Medium Aquamarine

📋 copy color: '#60F293'

red 96 ◦ green 242 ◦ blue 147

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

Shades of Medium Aquamarine #60F293

Tints of Medium Aquamarine #60F293

RGB

 RED value IS 96 (37.89% from 255) = 19.79%

 GREEN value IS 242 (94.92% from 255) = 49.9%

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 19.79%
G = 49.9%
B = 30.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#60F293 (or 0x60F293) is known color: Medium Aquamarine. HEX triplet: 60, F2 and 93. RGB value is (96,242,147). Sum of RGB (Red+Green+Blue) = 96+242+147=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #60F293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F293 is #9F0D6C. Grayscale: #BBBBBB. Windows color (decimal): -10423661 or 9695840. OLE color: 9695840.

HSL color Cylindrical-coordinate representation of color #60F293: hue angle of 140.96º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F293 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 242 147 -
CMYK 0.60 0 0.39 0.05
HSL 140.96º 0.85% 0.66% -
HSV(B) 140.96º 0.6% 0.95% -
XYZ 41.84 68.1 38.54 -
YUV 187.52 105.13 62.72 -
System Red Green Blue C M Y K H S L
Decimal 96 242 147 0.60 0 0.39 0.05 140.96 0.85 0.66
Hex 60 F2 93 3C 0 27 5 8D 55 42
Octal 140 362 223 74 0 47 5 215 125 102
Binary 1100000 11110010 10010011 111100 0 100111 101 10001101 1010101 1000010

Color Harmonies of #60F293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F293

Black with #60F293

Text Example


Text Example

White with #60F293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60F293; }

 p { color: rgb(96,242,147); }

 H1.HeaderClassName
 {
   color: #60F293;
 }
 .AnyTagClassName
 {
   color: #60F293;
 }
</style>

background-color css

<style>
 a { background-color: #60F293; }

 a { background-color: rgb(96,242,147); }

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

border-color css

<style>
 span { border-color: #60F293; }

 span { border-color: rgb(96,242,147); }

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