#60D7B4

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

Shades of Medium Aquamarine #60D7B4

Tints of Medium Aquamarine #60D7B4

Color information

#60D7B4 (or 0x60D7B4) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D7 and B4. RGB value is (96,215,180). Sum of RGB (Red+Green+Blue) = 96+215+180=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7B4 is #9F284B. Grayscale: #AFAFAF. Windows color (decimal): -10430540 or 11851616. OLE color: 11851616.

HSL color Cylindrical-coordinate representation of color #60D7B4: hue angle of 162.35º 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 #60D7B4 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB96215180-
CMYK0.5500.160.16
HSL162.35º59.8%60.98%-
HSV(B)162.35º55.35%84.31%-
XYZ37.3654.3851.71-
YUV175.43130.5871.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=19.55%
G=43.79%
B=36.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962151800.5500.160.16162.3559.860.98
Hex60D7B43701010a23c3d
Octal14032726467020202427475
Binary110000011010111101101001101110100001000010100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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