Html Css Color HEX #60CEAC Medium Aquamarine

📋 copy color: '#60CEAC'

red 96 ◦ green 206 ◦ blue 172

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

Shades of Medium Aquamarine #60CEAC

Tints of Medium Aquamarine #60CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

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

R = 20.25%
G = 43.46%
B = 36.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#60CEAC (or 0x60CEAC) is known color: Medium Aquamarine. HEX triplet: 60, CE and AC. RGB value is (96,206,172). Sum of RGB (Red+Green+Blue) = 96+206+172=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEAC is #9F3153. Grayscale: #A9A9A9. Windows color (decimal): -10432852 or 11325024. OLE color: 11325024.

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

Color convert

RGB 96 206 172 -
CMYK 0.53 0 0.17 0.19
HSL 161.45º 0.53% 0.59% -
HSV(B) 161.45º 0.53% 0.81% -
XYZ 34.34 49.61 46.8 -
YUV 169.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 96 206 172 0.53 0 0.17 0.19 161.45 0.53 0.59
Hex 60 CE AC 35 0 11 13 A1 35 3B
Octal 140 316 254 65 0 21 23 241 65 73
Binary 1100000 11001110 10101100 110101 0 10001 10011 10100001 110101 111011

Color Harmonies of #60CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEAC

Black with #60CEAC

Text Example


Text Example

White with #60CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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