Html Css Color HEX #60D4AC Medium Aquamarine

📋 copy color: '#60D4AC'

red 96 ◦ green 212 ◦ blue 172

#60D4AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #60D4AC

Tints of Medium Aquamarine #60D4AC

RGB

 RED value IS 96 (37.89% from 255) = 20%

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 20%
G = 44.17%
B = 35.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#60D4AC (or 0x60D4AC) is known color: Medium Aquamarine. HEX triplet: 60, D4 and AC. RGB value is (96,212,172). Sum of RGB (Red+Green+Blue) = 96+212+172=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D4AC is #9F2B53. Grayscale: #ACACAC. Windows color (decimal): -10431316 or 11326560. OLE color: 11326560.

HSL color Cylindrical-coordinate representation of color #60D4AC: hue angle of 159.31º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4AC is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 172 -
CMYK 0.55 0 0.19 0.17
HSL 159.31º 0.57% 0.6% -
HSV(B) 159.31º 0.55% 0.83% -
XYZ 35.81 52.55 47.29 -
YUV 172.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 96 212 172 0.55 0 0.19 0.17 159.31 0.57 0.6
Hex 60 D4 AC 37 0 13 11 9F 39 3C
Octal 140 324 254 67 0 23 21 237 71 74
Binary 1100000 11010100 10101100 110111 0 10011 10001 10011111 111001 111100

Color Harmonies of #60D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D4AC

Black with #60D4AC

Text Example


Text Example

White with #60D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,212,172); }

 H1.HeaderClassName
 {
   color: #60D4AC;
 }
 .AnyTagClassName
 {
   color: #60D4AC;
 }
</style>

background-color css

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

 a { background-color: rgb(96,212,172); }

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

border-color css

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

 span { border-color: rgb(96,212,172); }

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