#60FAA4

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

Shades of Medium Aquamarine #60FAA4

Tints of Medium Aquamarine #60FAA4

Color information

#60FAA4 (or 0x60FAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 60, FA and A4. RGB value is (96,250,164). Sum of RGB (Red+Green+Blue) = 96+250+164=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FAA4 is #9F055B. Grayscale: #C2C2C2. Windows color (decimal): -10421596 or 10812000. OLE color: 10812000.

HSL color Cylindrical-coordinate representation of color #60FAA4: hue angle of 146.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FAA4 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB96250164-
CMYK0.6200.340.02
HSL146.49º93.9%67.84%-
HSV(B)146.49º61.6%98.04%-
XYZ45.7173.5446.91-
YUV194.15110.9857.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.82%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=18.82%
G=49.02%
B=32.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962501640.6200.340.02146.4993.967.84
Hex60FAA43E0222925e44
Octal140372244760422222136104
Binary110000011111010101001001111100100010101001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,250,164); }

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

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

 a { background-color: rgb(96,250,164); }

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

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

 span { border-color: rgb(96,250,164); }

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