Html Css Color HEX #60F394 Medium Aquamarine

📋 copy color: '#60F394'

red 96 ◦ green 243 ◦ blue 148

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

Shades of Medium Aquamarine #60F394

Tints of Medium Aquamarine #60F394

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.9%

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 19.71%
G = 49.9%
B = 30.39%

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

#60F394 (or 0x60F394) is known color: Medium Aquamarine. HEX triplet: 60, F3 and 94. RGB value is (96,243,148). Sum of RGB (Red+Green+Blue) = 96+243+148=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #60F394 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F394 is #9F0C6B. Grayscale: #BCBCBC. Windows color (decimal): -10423404 or 9761632. OLE color: 9761632.

HSL color Cylindrical-coordinate representation of color #60F394: hue angle of 141.22º degrees, saturation: 0.86, 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 #60F394 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 243 148 -
CMYK 0.60 0 0.39 0.05
HSL 141.22º 0.86% 0.66% -
HSV(B) 141.22º 0.6% 0.95% -
XYZ 42.22 68.73 39.06 -
YUV 188.22 105.3 62.22 -
System Red Green Blue C M Y K H S L
Decimal 96 243 148 0.60 0 0.39 0.05 141.22 0.86 0.66
Hex 60 F3 94 3C 0 27 5 8D 56 42
Octal 140 363 224 74 0 47 5 215 126 102
Binary 1100000 11110011 10010100 111100 0 100111 101 10001101 1010110 1000010

Color Harmonies of #60F394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F394

Black with #60F394

Text Example


Text Example

White with #60F394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,243,148); }

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

background-color css

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

 a { background-color: rgb(96,243,148); }

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

border-color css

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

 span { border-color: rgb(96,243,148); }

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