#60CCA1

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

Shades of Medium Aquamarine #60CCA1

Tints of Medium Aquamarine #60CCA1

Color information

#60CCA1 (or 0x60CCA1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CC and A1. RGB value is (96,204,161). Sum of RGB (Red+Green+Blue) = 96+204+161=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCA1 is #9F335E. Grayscale: #A6A6A6. Windows color (decimal): -10433375 or 10603616. OLE color: 10603616.

HSL color Cylindrical-coordinate representation of color #60CCA1: hue angle of 156.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCA1 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB96204161-
CMYK0.5300.210.2
HSL156.11º51.43%58.82%-
HSV(B)156.11º52.94%80%-
XYZ32.8548.2541.3-
YUV166.81124.7277.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.82%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=20.82%
G=44.25%
B=34.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041610.5300.210.2156.1151.4358.82
Hex60CCA135015149c333b
Octal14031424165025242346373
Binary110000011001100101000011101010101011010010011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,161); }

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

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

 a { background-color: rgb(96,204,161); }

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

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

 span { border-color: rgb(96,204,161); }

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