Html Css Color HEX #60E495 Medium Aquamarine

📋 copy color: '#60E495'

red 96 ◦ green 228 ◦ blue 149

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

Shades of Medium Aquamarine #60E495

Tints of Medium Aquamarine #60E495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 20.3%
G = 48.2%
B = 31.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#60E495 (or 0x60E495) is known color: Medium Aquamarine. HEX triplet: 60, E4 and 95. RGB value is (96,228,149). Sum of RGB (Red+Green+Blue) = 96+228+149=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #60E495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E495 is #9F1B6A. Grayscale: #B3B3B3. Windows color (decimal): -10427243 or 9823328. OLE color: 9823328.

HSL color Cylindrical-coordinate representation of color #60E495: hue angle of 144.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E495 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 228 149 -
CMYK 0.58 0 0.35 0.11
HSL 144.09º 0.71% 0.64% -
HSV(B) 144.09º 0.58% 0.89% -
XYZ 37.99 60.14 38.04 -
YUV 179.53 110.77 68.42 -
System Red Green Blue C M Y K H S L
Decimal 96 228 149 0.58 0 0.35 0.11 144.09 0.71 0.64
Hex 60 E4 95 3A 0 23 B 90 47 40
Octal 140 344 225 72 0 43 13 220 107 100
Binary 1100000 11100100 10010101 111010 0 100011 1011 10010000 1000111 1000000

Color Harmonies of #60E495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E495

Black with #60E495

Text Example


Text Example

White with #60E495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,228,149); }

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

background-color css

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

 a { background-color: rgb(96,228,149); }

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

border-color css

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

 span { border-color: rgb(96,228,149); }

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