Html Css Color HEX #60CAA8 Medium Aquamarine

📋 copy color: '#60CAA8'

red 96 ◦ green 202 ◦ blue 168

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

Shades of Medium Aquamarine #60CAA8

Tints of Medium Aquamarine #60CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 20.6%
G = 43.35%
B = 36.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#60CAA8 (or 0x60CAA8) is known color: Medium Aquamarine. HEX triplet: 60, CA and A8. RGB value is (96,202,168). Sum of RGB (Red+Green+Blue) = 96+202+168=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CAA8 is #9F3557. Grayscale: #A6A6A6. Windows color (decimal): -10433880 or 11061856. OLE color: 11061856.

HSL color Cylindrical-coordinate representation of color #60CAA8: hue angle of 160.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CAA8 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 168 -
CMYK 0.52 0 0.17 0.21
HSL 160.75º 0.5% 0.58% -
HSV(B) 160.75º 0.52% 0.79% -
XYZ 33.01 47.56 44.48 -
YUV 166.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 96 202 168 0.52 0 0.17 0.21 160.75 0.5 0.58
Hex 60 CA A8 34 0 11 15 A1 32 3A
Octal 140 312 250 64 0 21 25 241 62 72
Binary 1100000 11001010 10101000 110100 0 10001 10101 10100001 110010 111010

Color Harmonies of #60CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAA8

Black with #60CAA8

Text Example


Text Example

White with #60CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,168); }

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

background-color css

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

 a { background-color: rgb(96,202,168); }

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

border-color css

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

 span { border-color: rgb(96,202,168); }

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