Html Css Color HEX #60CEA5 Medium Aquamarine

📋 copy color: '#60CEA5'

red 96 ◦ green 206 ◦ blue 165

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

Shades of Medium Aquamarine #60CEA5

Tints of Medium Aquamarine #60CEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 20.56%
G = 44.11%
B = 35.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#60CEA5 (or 0x60CEA5) is known color: Medium Aquamarine. HEX triplet: 60, CE and A5. RGB value is (96,206,165). Sum of RGB (Red+Green+Blue) = 96+206+165=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEA5 is #9F315A. Grayscale: #A8A8A8. Windows color (decimal): -10432859 or 10866272. OLE color: 10866272.

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

Color convert

RGB 96 206 165 -
CMYK 0.53 0 0.20 0.19
HSL 157.64º 0.53% 0.59% -
HSV(B) 157.64º 0.53% 0.81% -
XYZ 33.69 49.35 43.35 -
YUV 168.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 96 206 165 0.53 0 0.20 0.19 157.64 0.53 0.59
Hex 60 CE A5 35 0 14 13 9E 35 3B
Octal 140 316 245 65 0 24 23 236 65 73
Binary 1100000 11001110 10100101 110101 0 10100 10011 10011110 110101 111011

Color Harmonies of #60CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEA5

Black with #60CEA5

Text Example


Text Example

White with #60CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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