Html Css Color HEX #60CDAB Medium Aquamarine

📋 copy color: '#60CDAB'

red 96 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #60CDAB

Tints of Medium Aquamarine #60CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 20.34%
G = 43.43%
B = 36.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#60CDAB (or 0x60CDAB) is known color: Medium Aquamarine. HEX triplet: 60, CD and AB. RGB value is (96,205,171). Sum of RGB (Red+Green+Blue) = 96+205+171=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDAB is #9F3254. Grayscale: #A8A8A8. Windows color (decimal): -10433109 or 11259232. OLE color: 11259232.

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

Color convert

RGB 96 205 171 -
CMYK 0.53 0 0.17 0.20
HSL 161.28º 0.52% 0.59% -
HSV(B) 161.28º 0.53% 0.8% -
XYZ 34.01 49.09 46.21 -
YUV 168.53 129.39 76.26 -
System Red Green Blue C M Y K H S L
Decimal 96 205 171 0.53 0 0.17 0.20 161.28 0.52 0.59
Hex 60 CD AB 35 0 11 14 A1 34 3B
Octal 140 315 253 65 0 21 24 241 64 73
Binary 1100000 11001101 10101011 110101 0 10001 10100 10100001 110100 111011

Color Harmonies of #60CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDAB

Black with #60CDAB

Text Example


Text Example

White with #60CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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