#60D7B1

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

Shades of Medium Aquamarine #60D7B1

Tints of Medium Aquamarine #60D7B1

Color information

#60D7B1 (or 0x60D7B1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D7 and B1. RGB value is (96,215,177). Sum of RGB (Red+Green+Blue) = 96+215+177=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D7B1 is #9F284E. Grayscale: #AFAFAF. Windows color (decimal): -10430543 or 11655008. OLE color: 11655008.

HSL color Cylindrical-coordinate representation of color #60D7B1: hue angle of 160.84º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7B1 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB96215177-
CMYK0.5500.180.16
HSL160.84º59.8%60.98%-
HSV(B)160.84º55.35%84.31%-
XYZ37.0654.2650.12-
YUV175.09129.0871.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=19.67%
G=44.06%
B=36.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962151770.5500.180.16160.8459.860.98
Hex60D7B13701210a13c3d
Octal14032726167022202417475
Binary110000011010111101100011101110100101000010100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,215,177); }

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

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

 a { background-color: rgb(96,215,177); }

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

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

 span { border-color: rgb(96,215,177); }

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