Html Css Color HEX #60CCA5 Medium Aquamarine

📋 copy color: '#60CCA5'

red 96 ◦ green 204 ◦ blue 165

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

Shades of Medium Aquamarine #60CCA5

Tints of Medium Aquamarine #60CCA5

RGB

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

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

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

R = 20.65%
G = 43.87%
B = 35.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#60CCA5 (or 0x60CCA5) is known color: Medium Aquamarine. HEX triplet: 60, CC and A5. RGB value is (96,204,165). Sum of RGB (Red+Green+Blue) = 96+204+165=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCA5 is #9F335A. Grayscale: #A7A7A7. Windows color (decimal): -10433371 or 10865760. OLE color: 10865760.

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

Color convert

RGB 96 204 165 -
CMYK 0.53 0 0.19 0.2
HSL 158.33º 0.51% 0.59% -
HSV(B) 158.33º 0.53% 0.8% -
XYZ 33.21 48.39 43.19 -
YUV 167.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 96 204 165 0.53 0 0.19 0.2 158.33 0.51 0.59
Hex 60 CC A5 35 0 13 14 9E 33 3B
Octal 140 314 245 65 0 23 24 236 63 73
Binary 1100000 11001100 10100101 110101 0 10011 10100 10011110 110011 111011

Color Harmonies of #60CCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCA5

Black with #60CCA5

Text Example


Text Example

White with #60CCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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