Html Css Color HEX #60E9AF Medium Aquamarine

📋 copy color: '#60E9AF'

red 96 ◦ green 233 ◦ blue 175

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

Shades of Medium Aquamarine #60E9AF

Tints of Medium Aquamarine #60E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

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

R = 19.05%
G = 46.23%
B = 34.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#60E9AF (or 0x60E9AF) is known color: Medium Aquamarine. HEX triplet: 60, E9 and AF. RGB value is (96,233,175). Sum of RGB (Red+Green+Blue) = 96+233+175=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E9AF is #9F1650. Grayscale: #B9B9B9. Windows color (decimal): -10425937 or 11528544. OLE color: 11528544.

HSL color Cylindrical-coordinate representation of color #60E9AF: hue angle of 154.6º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E9AF is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 233 175 -
CMYK 0.59 0 0.25 0.09
HSL 154.6º 0.76% 0.65% -
HSV(B) 154.6º 0.59% 0.91% -
XYZ 41.7 63.86 50.69 -
YUV 185.43 122.11 64.22 -
System Red Green Blue C M Y K H S L
Decimal 96 233 175 0.59 0 0.25 0.09 154.6 0.76 0.65
Hex 60 E9 AF 3B 0 19 9 9B 4C 41
Octal 140 351 257 73 0 31 11 233 114 101
Binary 1100000 11101001 10101111 111011 0 11001 1001 10011011 1001100 1000001

Color Harmonies of #60E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E9AF

Black with #60E9AF

Text Example


Text Example

White with #60E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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