Html Css Color HEX #60F094 Medium Aquamarine

📋 copy color: '#60F094'

red 96 ◦ green 240 ◦ blue 148

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

Shades of Medium Aquamarine #60F094

Tints of Medium Aquamarine #60F094

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

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

R = 19.83%
G = 49.59%
B = 30.58%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#60F094 (or 0x60F094) is known color: Medium Aquamarine. HEX triplet: 60, F0 and 94. RGB value is (96,240,148). Sum of RGB (Red+Green+Blue) = 96+240+148=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #60F094 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F094 is #9F0F6B. Grayscale: #BABABA. Windows color (decimal): -10424172 or 9760864. OLE color: 9760864.

HSL color Cylindrical-coordinate representation of color #60F094: hue angle of 141.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F094 is Cyan = 0.6, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 240 148 -
CMYK 0.6 0 0.38 0.06
HSL 141.67º 0.83% 0.66% -
HSV(B) 141.67º 0.6% 0.94% -
XYZ 41.33 66.95 38.76 -
YUV 186.46 106.29 63.48 -
System Red Green Blue C M Y K H S L
Decimal 96 240 148 0.6 0 0.38 0.06 141.67 0.83 0.66
Hex 60 F0 94 3C 0 26 6 8E 53 42
Octal 140 360 224 74 0 46 6 216 123 102
Binary 1100000 11110000 10010100 111100 0 100110 110 10001110 1010011 1000010

Color Harmonies of #60F094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F094

Black with #60F094

Text Example


Text Example

White with #60F094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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