Html Css Color HEX #60D3AB Medium Aquamarine

📋 copy color: '#60D3AB'

red 96 ◦ green 211 ◦ blue 171

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

Shades of Medium Aquamarine #60D3AB

Tints of Medium Aquamarine #60D3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 20.08%
G = 44.14%
B = 35.77%

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

#60D3AB (or 0x60D3AB) is known color: Medium Aquamarine. HEX triplet: 60, D3 and AB. RGB value is (96,211,171). Sum of RGB (Red+Green+Blue) = 96+211+171=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #60D3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D3AB is #9F2C54. Grayscale: #ACACAC. Windows color (decimal): -10431573 or 11260768. OLE color: 11260768.

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

Color convert

RGB 96 211 171 -
CMYK 0.55 0 0.19 0.17
HSL 159.13º 0.57% 0.6% -
HSV(B) 159.13º 0.55% 0.83% -
XYZ 35.47 52.02 46.7 -
YUV 172.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 96 211 171 0.55 0 0.19 0.17 159.13 0.57 0.6
Hex 60 D3 AB 37 0 13 11 9F 39 3C
Octal 140 323 253 67 0 23 21 237 71 74
Binary 1100000 11010011 10101011 110111 0 10011 10001 10011111 111001 111100

Color Harmonies of #60D3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D3AB

Black with #60D3AB

Text Example


Text Example

White with #60D3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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