#60CFA7

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

Shades of Medium Aquamarine #60CFA7

Tints of Medium Aquamarine #60CFA7

Color information

#60CFA7 (or 0x60CFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CF and A7. RGB value is (96,207,167). Sum of RGB (Red+Green+Blue) = 96+207+167=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFA7 is #9F3058. Grayscale: #A9A9A9. Windows color (decimal): -10432601 or 10997600. OLE color: 10997600.

HSL color Cylindrical-coordinate representation of color #60CFA7: hue angle of 158.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFA7 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB96207167-
CMYK0.5400.190.19
HSL158.38º53.62%59.41%-
HSV(B)158.38º53.62%81.18%-
XYZ34.1149.944.39-
YUV169.25126.7375.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.43%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=20.43%
G=44.04%
B=35.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962071670.5400.190.19158.3853.6259.41
Hex60CFA736013139e363b
Octal14031724766023232366673
Binary110000011001111101001111101100100111001110011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,207,167); }

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

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

 a { background-color: rgb(96,207,167); }

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

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

 span { border-color: rgb(96,207,167); }

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