Html Css Color HEX #60CDAC Medium Aquamarine

📋 copy color: '#60CDAC'

red 96 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #60CDAC

Tints of Medium Aquamarine #60CDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 20.3%
G = 43.34%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#60CDAC (or 0x60CDAC) is known color: Medium Aquamarine. HEX triplet: 60, CD and AC. RGB value is (96,205,172). Sum of RGB (Red+Green+Blue) = 96+205+172=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDAC is #9F3253. Grayscale: #A8A8A8. Windows color (decimal): -10433108 or 11324768. OLE color: 11324768.

HSL color Cylindrical-coordinate representation of color #60CDAC: hue angle of 161.83º degrees, saturation: 0.52, 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 #60CDAC is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 205 172 -
CMYK 0.53 0 0.16 0.20
HSL 161.83º 0.52% 0.59% -
HSV(B) 161.83º 0.53% 0.8% -
XYZ 34.1 49.13 46.72 -
YUV 168.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 96 205 172 0.53 0 0.16 0.20 161.83 0.52 0.59
Hex 60 CD AC 35 0 10 14 A2 34 3B
Octal 140 315 254 65 0 20 24 242 64 73
Binary 1100000 11001101 10101100 110101 0 10000 10100 10100010 110100 111011

Color Harmonies of #60CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDAC

Black with #60CDAC

Text Example


Text Example

White with #60CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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