Html Css Color HEX #60CCA6 Medium Aquamarine

📋 copy color: '#60CCA6'

red 96 ◦ green 204 ◦ blue 166

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

Shades of Medium Aquamarine #60CCA6

Tints of Medium Aquamarine #60CCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 20.6%
G = 43.78%
B = 35.62%

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

#60CCA6 (or 0x60CCA6) is known color: Medium Aquamarine. HEX triplet: 60, CC and A6. RGB value is (96,204,166). Sum of RGB (Red+Green+Blue) = 96+204+166=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCA6 is #9F3359. Grayscale: #A7A7A7. Windows color (decimal): -10433370 or 10931296. OLE color: 10931296.

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

Color convert

RGB 96 204 166 -
CMYK 0.53 0 0.19 0.2
HSL 158.89º 0.51% 0.59% -
HSV(B) 158.89º 0.53% 0.8% -
XYZ 33.3 48.43 43.67 -
YUV 167.38 127.22 77.09 -
System Red Green Blue C M Y K H S L
Decimal 96 204 166 0.53 0 0.19 0.2 158.89 0.51 0.59
Hex 60 CC A6 35 0 13 14 9F 33 3B
Octal 140 314 246 65 0 23 24 237 63 73
Binary 1100000 11001100 10100110 110101 0 10011 10100 10011111 110011 111011

Color Harmonies of #60CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCA6

Black with #60CCA6

Text Example


Text Example

White with #60CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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