#60DDA8

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

Shades of Medium Aquamarine #60DDA8

Tints of Medium Aquamarine #60DDA8

Color information

#60DDA8 (or 0x60DDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DD and A8. RGB value is (96,221,168). Sum of RGB (Red+Green+Blue) = 96+221+168=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDA8 is #9F2257. Grayscale: #B1B1B1. Windows color (decimal): -10429016 or 11066720. OLE color: 11066720.

HSL color Cylindrical-coordinate representation of color #60DDA8: hue angle of 154.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDA8 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB96221168-
CMYK0.5700.240.13
HSL154.56º64.77%62.16%-
HSV(B)154.56º56.56%86.67%-
XYZ37.7557.0346.06-
YUV177.58122.5969.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.79%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=19.79%
G=45.57%
B=34.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962211680.5700.240.13154.5664.7762.16
Hex60DDA839018D9b413e
Octal140335250710301523310176
Binary110000011011101101010001110010110001101100110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,221,168); }

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

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

 a { background-color: rgb(96,221,168); }

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

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

 span { border-color: rgb(96,221,168); }

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