Html Css Color HEX #60D7AF Medium Aquamarine

📋 copy color: '#60D7AF'

red 96 ◦ green 215 ◦ blue 175

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

Shades of Medium Aquamarine #60D7AF

Tints of Medium Aquamarine #60D7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.24%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 19.75%
G = 44.24%
B = 36.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#60D7AF (or 0x60D7AF) is known color: Medium Aquamarine. HEX triplet: 60, D7 and AF. RGB value is (96,215,175). Sum of RGB (Red+Green+Blue) = 96+215+175=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D7AF is #9F2850. Grayscale: #AEAEAE. Windows color (decimal): -10430545 or 11523936. OLE color: 11523936.

HSL color Cylindrical-coordinate representation of color #60D7AF: hue angle of 159.83º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7AF is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 215 175 -
CMYK 0.55 0 0.19 0.16
HSL 159.83º 0.6% 0.61% -
HSV(B) 159.83º 0.55% 0.84% -
XYZ 36.86 54.18 49.07 -
YUV 174.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 96 215 175 0.55 0 0.19 0.16 159.83 0.6 0.61
Hex 60 D7 AF 37 0 13 10 A0 3C 3D
Octal 140 327 257 67 0 23 20 240 74 75
Binary 1100000 11010111 10101111 110111 0 10011 10000 10100000 111100 111101

Color Harmonies of #60D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D7AF

Black with #60D7AF

Text Example


Text Example

White with #60D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,215,175); }

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

background-color css

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

 a { background-color: rgb(96,215,175); }

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

border-color css

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

 span { border-color: rgb(96,215,175); }

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