#60CDA1

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

Shades of Medium Aquamarine #60CDA1

Tints of Medium Aquamarine #60CDA1

Color information

#60CDA1 (or 0x60CDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CD and A1. RGB value is (96,205,161). Sum of RGB (Red+Green+Blue) = 96+205+161=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDA1 is #9F325E. Grayscale: #A7A7A7. Windows color (decimal): -10433119 or 10603872. OLE color: 10603872.

HSL color Cylindrical-coordinate representation of color #60CDA1: hue angle of 155.78º degrees, saturation: 0.52, 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 #60CDA1 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB96205161-
CMYK0.5300.210.20
HSL155.78º52.15%59.02%-
HSV(B)155.78º53.17%80.39%-
XYZ33.0948.7241.38-
YUV167.39124.3977.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=20.78%
G=44.37%
B=34.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962051610.5300.210.20155.7852.1559.02
Hex60CDA135015149c343b
Octal14031524165025242346473
Binary110000011001101101000011101010101011010010011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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