Html Css Color HEX #60CFAD Medium Aquamarine

📋 copy color: '#60CFAD'

red 96 ◦ green 207 ◦ blue 173

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

Shades of Medium Aquamarine #60CFAD

Tints of Medium Aquamarine #60CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 20.17%
G = 43.49%
B = 36.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#60CFAD (or 0x60CFAD) is known color: Medium Aquamarine. HEX triplet: 60, CF and AD. RGB value is (96,207,173). Sum of RGB (Red+Green+Blue) = 96+207+173=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFAD is #9F3052. Grayscale: #A9A9A9. Windows color (decimal): -10432595 or 11390816. OLE color: 11390816.

HSL color Cylindrical-coordinate representation of color #60CFAD: hue angle of 161.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFAD is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 207 173 -
CMYK 0.54 0 0.16 0.19
HSL 161.62º 0.54% 0.59% -
HSV(B) 161.62º 0.54% 0.81% -
XYZ 34.68 50.13 47.38 -
YUV 169.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 96 207 173 0.54 0 0.16 0.19 161.62 0.54 0.59
Hex 60 CF AD 36 0 10 13 A2 36 3B
Octal 140 317 255 66 0 20 23 242 66 73
Binary 1100000 11001111 10101101 110110 0 10000 10011 10100010 110110 111011

Color Harmonies of #60CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFAD

Black with #60CFAD

Text Example


Text Example

White with #60CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,207,173); }

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

background-color css

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

 a { background-color: rgb(96,207,173); }

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

border-color css

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

 span { border-color: rgb(96,207,173); }

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