#60FFA5

Color #60FFA5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #60FFA5

Tints of Medium Aquamarine #60FFA5

Color information

#60FFA5 (or 0x60FFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 60, FF and A5. RGB value is (96,255,165). Sum of RGB (Red+Green+Blue) = 96+255+165=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FFA5 is #9F005A. Grayscale: #C5C5C5. Windows color (decimal): -10420315 or 10878816. OLE color: 10878816.

HSL color Cylindrical-coordinate representation of color #60FFA5: hue angle of 146.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFA5 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB96255165-
CMYK0.6200.350
HSL146.04º100%68.82%-
HSV(B)146.04º62.35%100%-
XYZ47.3876.7247.91-
YUV197.2109.8255.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.60%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=18.60%
G=49.42%
B=31.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962551650.6200.350146.0410068.82
Hex60FFA53E0230926445
Octal140377245760430222144105
Binary11000001111111110100101111110010001101001001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,255,165); }

 H1.HeaderClassName
 {
   color: #60FFA5;
 }
 .AnyTagClassName
 {
   color: #60FFA5;
 }
</style>
background-color css

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

 a { background-color: rgb(96,255,165); }

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

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

 span { border-color: rgb(96,255,165); }

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