Html Css Color HEX #60EC94 Medium Aquamarine

📋 copy color: '#60EC94'

red 96 ◦ green 236 ◦ blue 148

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

Shades of Medium Aquamarine #60EC94

Tints of Medium Aquamarine #60EC94

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.17%

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

R = 20%
G = 49.17%
B = 30.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#60EC94 (or 0x60EC94) is known color: Medium Aquamarine. HEX triplet: 60, EC and 94. RGB value is (96,236,148). Sum of RGB (Red+Green+Blue) = 96+236+148=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EC94 is #9F136B. Grayscale: #B8B8B8. Windows color (decimal): -10425196 or 9759840. OLE color: 9759840.

HSL color Cylindrical-coordinate representation of color #60EC94: hue angle of 142.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EC94 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 236 148 -
CMYK 0.59 0 0.37 0.07
HSL 142.29º 0.79% 0.65% -
HSV(B) 142.29º 0.59% 0.93% -
XYZ 40.16 64.62 38.37 -
YUV 184.11 107.62 65.16 -
System Red Green Blue C M Y K H S L
Decimal 96 236 148 0.59 0 0.37 0.07 142.29 0.79 0.65
Hex 60 EC 94 3B 0 25 7 8E 4F 41
Octal 140 354 224 73 0 45 7 216 117 101
Binary 1100000 11101100 10010100 111011 0 100101 111 10001110 1001111 1000001

Color Harmonies of #60EC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EC94

Black with #60EC94

Text Example


Text Example

White with #60EC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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