Html Css Color HEX #60C8AC Medium Aquamarine

📋 copy color: '#60C8AC'

red 96 ◦ green 200 ◦ blue 172

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

Shades of Medium Aquamarine #60C8AC

Tints of Medium Aquamarine #60C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.74%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 20.51%
G = 42.74%
B = 36.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#60C8AC (or 0x60C8AC) is known color: Medium Aquamarine. HEX triplet: 60, C8 and AC. RGB value is (96,200,172). Sum of RGB (Red+Green+Blue) = 96+200+172=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #60C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C8AC is #9F3753. Grayscale: #A5A5A5. Windows color (decimal): -10434388 or 11323488. OLE color: 11323488.

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

Color convert

RGB 96 200 172 -
CMYK 0.52 0 0.14 0.22
HSL 163.85º 0.49% 0.58% -
HSV(B) 163.85º 0.52% 0.78% -
XYZ 32.92 46.77 46.32 -
YUV 165.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 96 200 172 0.52 0 0.14 0.22 163.85 0.49 0.58
Hex 60 C8 AC 34 0 E 16 A4 31 3A
Octal 140 310 254 64 0 16 26 244 61 72
Binary 1100000 11001000 10101100 110100 0 1110 10110 10100100 110001 111010

Color Harmonies of #60C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8AC

Black with #60C8AC

Text Example


Text Example

White with #60C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,200,172); }

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

background-color css

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

 a { background-color: rgb(96,200,172); }

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

border-color css

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

 span { border-color: rgb(96,200,172); }

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