Html Css Color HEX #60D1A8 Medium Aquamarine

📋 copy color: '#60D1A8'

red 96 ◦ green 209 ◦ blue 168

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

Shades of Medium Aquamarine #60D1A8

Tints of Medium Aquamarine #60D1A8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 20.3%
G = 44.19%
B = 35.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#60D1A8 (or 0x60D1A8) is known color: Medium Aquamarine. HEX triplet: 60, D1 and A8. RGB value is (96,209,168). Sum of RGB (Red+Green+Blue) = 96+209+168=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D1A8 is #9F2E57. Grayscale: #AAAAAA. Windows color (decimal): -10432088 or 11063648. OLE color: 11063648.

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

Color convert

RGB 96 209 168 -
CMYK 0.54 0 0.20 0.18
HSL 158.23º 0.55% 0.6% -
HSV(B) 158.23º 0.54% 0.82% -
XYZ 34.69 50.91 45.04 -
YUV 170.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 96 209 168 0.54 0 0.20 0.18 158.23 0.55 0.6
Hex 60 D1 A8 36 0 14 12 9E 37 3C
Octal 140 321 250 66 0 24 22 236 67 74
Binary 1100000 11010001 10101000 110110 0 10100 10010 10011110 110111 111100

Color Harmonies of #60D1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D1A8

Black with #60D1A8

Text Example


Text Example

White with #60D1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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