Html Css Color HEX #60C9AB Medium Aquamarine

📋 copy color: '#60C9AB'

red 96 ◦ green 201 ◦ blue 171

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

Shades of Medium Aquamarine #60C9AB

Tints of Medium Aquamarine #60C9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.95%

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

R = 20.51%
G = 42.95%
B = 36.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#60C9AB (or 0x60C9AB) is known color: Medium Aquamarine. HEX triplet: 60, C9 and AB. RGB value is (96,201,171). Sum of RGB (Red+Green+Blue) = 96+201+171=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #60C9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C9AB is #9F3654. Grayscale: #A6A6A6. Windows color (decimal): -10434133 or 11258208. OLE color: 11258208.

HSL color Cylindrical-coordinate representation of color #60C9AB: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C9AB is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 201 171 -
CMYK 0.52 0 0.15 0.21
HSL 162.86º 0.49% 0.58% -
HSV(B) 162.86º 0.52% 0.79% -
XYZ 33.06 47.2 45.9 -
YUV 166.19 130.71 77.94 -
System Red Green Blue C M Y K H S L
Decimal 96 201 171 0.52 0 0.15 0.21 162.86 0.49 0.58
Hex 60 C9 AB 34 0 F 15 A3 31 3A
Octal 140 311 253 64 0 17 25 243 61 72
Binary 1100000 11001001 10101011 110100 0 1111 10101 10100011 110001 111010

Color Harmonies of #60C9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C9AB

Black with #60C9AB

Text Example


Text Example

White with #60C9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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