Html Css Color HEX #60C9A5 Medium Aquamarine

📋 copy color: '#60C9A5'

red 96 ◦ green 201 ◦ blue 165

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

Shades of Medium Aquamarine #60C9A5

Tints of Medium Aquamarine #60C9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 20.78%
G = 43.51%
B = 35.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#60C9A5 (or 0x60C9A5) is known color: Medium Aquamarine. HEX triplet: 60, C9 and A5. RGB value is (96,201,165). Sum of RGB (Red+Green+Blue) = 96+201+165=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #60C9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C9A5 is #9F365A. Grayscale: #A5A5A5. Windows color (decimal): -10434139 or 10864992. OLE color: 10864992.

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

Color convert

RGB 96 201 165 -
CMYK 0.52 0 0.18 0.21
HSL 159.43º 0.49% 0.58% -
HSV(B) 159.43º 0.52% 0.79% -
XYZ 32.5 46.98 42.95 -
YUV 165.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 96 201 165 0.52 0 0.18 0.21 159.43 0.49 0.58
Hex 60 C9 A5 34 0 12 15 9F 31 3A
Octal 140 311 245 64 0 22 25 237 61 72
Binary 1100000 11001001 10100101 110100 0 10010 10101 10011111 110001 111010

Color Harmonies of #60C9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C9A5

Black with #60C9A5

Text Example


Text Example

White with #60C9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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