Html Css Color HEX #60FFA8 Medium Aquamarine

📋 copy color: '#60FFA8'

red 96 ◦ green 255 ◦ blue 168

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

Shades of Medium Aquamarine #60FFA8

Tints of Medium Aquamarine #60FFA8

RGB

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

 GREEN value IS 255 (100% from 255) = 49.13%

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

R = 18.5%
G = 49.13%
B = 32.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#60FFA8 (or 0x60FFA8) is known color: Medium Aquamarine. HEX triplet: 60, FF and A8. RGB value is (96,255,168). Sum of RGB (Red+Green+Blue) = 96+255+168=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FFA8 is #9F0057. Grayscale: #C5C5C5. Windows color (decimal): -10420312 or 11075424. OLE color: 11075424.

HSL color Cylindrical-coordinate representation of color #60FFA8: hue angle of 147.17º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFA8 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 96 255 168 -
CMYK 0.62 0 0.34 0
HSL 147.17º 1% 0.69% -
HSV(B) 147.17º 0.62% 1% -
XYZ 47.65 76.83 49.36 -
YUV 197.54 111.32 55.57 -
System Red Green Blue C M Y K H S L
Decimal 96 255 168 0.62 0 0.34 0 147.17 1 0.69
Hex 60 FF A8 3E 0 22 0 93 64 45
Octal 140 377 250 76 0 42 0 223 144 105
Binary 1100000 11111111 10101000 111110 0 100010 0 10010011 1100100 1000101

Color Harmonies of #60FFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFA8

Black with #60FFA8

Text Example


Text Example

White with #60FFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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