Html Css Color HEX #60D0AB Medium Aquamarine

📋 copy color: '#60D0AB'

red 96 ◦ green 208 ◦ blue 171

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

Shades of Medium Aquamarine #60D0AB

Tints of Medium Aquamarine #60D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 171 (67.19% from 255) = 36%

R = 20.21%
G = 43.79%
B = 36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#60D0AB (or 0x60D0AB) is known color: Medium Aquamarine. HEX triplet: 60, D0 and AB. RGB value is (96,208,171). Sum of RGB (Red+Green+Blue) = 96+208+171=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #60D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D0AB is #9F2F54. Grayscale: #AAAAAA. Windows color (decimal): -10432341 or 11260000. OLE color: 11260000.

HSL color Cylindrical-coordinate representation of color #60D0AB: hue angle of 160.18º degrees, saturation: 0.54, 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 #60D0AB is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 208 171 -
CMYK 0.54 0 0.18 0.18
HSL 160.18º 0.54% 0.6% -
HSV(B) 160.18º 0.54% 0.82% -
XYZ 34.73 50.54 46.45 -
YUV 170.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 96 208 171 0.54 0 0.18 0.18 160.18 0.54 0.6
Hex 60 D0 AB 36 0 12 12 A0 36 3C
Octal 140 320 253 66 0 22 22 240 66 74
Binary 1100000 11010000 10101011 110110 0 10010 10010 10100000 110110 111100

Color Harmonies of #60D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D0AB

Black with #60D0AB

Text Example


Text Example

White with #60D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,208,171); }

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

background-color css

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

 a { background-color: rgb(96,208,171); }

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

border-color css

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

 span { border-color: rgb(96,208,171); }

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