Html Css Color HEX #60CCAC Medium Aquamarine

📋 copy color: '#60CCAC'

red 96 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #60CCAC

Tints of Medium Aquamarine #60CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

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

R = 20.34%
G = 43.22%
B = 36.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#60CCAC (or 0x60CCAC) is known color: Medium Aquamarine. HEX triplet: 60, CC and AC. RGB value is (96,204,172). Sum of RGB (Red+Green+Blue) = 96+204+172=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCAC is #9F3353. Grayscale: #A8A8A8. Windows color (decimal): -10433364 or 11324512. OLE color: 11324512.

HSL color Cylindrical-coordinate representation of color #60CCAC: hue angle of 162.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCAC is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 204 172 -
CMYK 0.53 0 0.16 0.2
HSL 162.22º 0.51% 0.59% -
HSV(B) 162.22º 0.53% 0.8% -
XYZ 33.86 48.65 46.64 -
YUV 168.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 96 204 172 0.53 0 0.16 0.2 162.22 0.51 0.59
Hex 60 CC AC 35 0 10 14 A2 33 3B
Octal 140 314 254 65 0 20 24 242 63 73
Binary 1100000 11001100 10101100 110101 0 10000 10100 10100010 110011 111011

Color Harmonies of #60CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCAC

Black with #60CCAC

Text Example


Text Example

White with #60CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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