Html Css Color HEX #60CCA0 Medium Aquamarine

📋 copy color: '#60CCA0'

red 96 ◦ green 204 ◦ blue 160

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

Shades of Medium Aquamarine #60CCA0

Tints of Medium Aquamarine #60CCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 20.87%
G = 44.35%
B = 34.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#60CCA0 (or 0x60CCA0) is known color: Medium Aquamarine. HEX triplet: 60, CC and A0. RGB value is (96,204,160). Sum of RGB (Red+Green+Blue) = 96+204+160=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCA0 is #9F335F. Grayscale: #A6A6A6. Windows color (decimal): -10433376 or 10538080. OLE color: 10538080.

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

Color convert

RGB 96 204 160 -
CMYK 0.53 0 0.22 0.2
HSL 155.56º 0.51% 0.59% -
HSV(B) 155.56º 0.53% 0.8% -
XYZ 32.76 48.21 40.84 -
YUV 166.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 96 204 160 0.53 0 0.22 0.2 155.56 0.51 0.59
Hex 60 CC A0 35 0 16 14 9C 33 3B
Octal 140 314 240 65 0 26 24 234 63 73
Binary 1100000 11001100 10100000 110101 0 10110 10100 10011100 110011 111011

Color Harmonies of #60CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCA0

Black with #60CCA0

Text Example


Text Example

White with #60CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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