Html Css Color HEX #60EDAC Medium Aquamarine

📋 copy color: '#60EDAC'

red 96 ◦ green 237 ◦ blue 172

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

Shades of Medium Aquamarine #60EDAC

Tints of Medium Aquamarine #60EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.93%

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

R = 19.01%
G = 46.93%
B = 34.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#60EDAC (or 0x60EDAC) is known color: Medium Aquamarine. HEX triplet: 60, ED and AC. RGB value is (96,237,172). Sum of RGB (Red+Green+Blue) = 96+237+172=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EDAC is #9F1253. Grayscale: #BBBBBB. Windows color (decimal): -10424916 or 11332960. OLE color: 11332960.

HSL color Cylindrical-coordinate representation of color #60EDAC: hue angle of 152.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDAC is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 172 -
CMYK 0.59 0 0.27 0.07
HSL 152.34º 0.8% 0.65% -
HSV(B) 152.34º 0.59% 0.93% -
XYZ 42.55 66.03 49.53 -
YUV 187.43 119.29 62.79 -
System Red Green Blue C M Y K H S L
Decimal 96 237 172 0.59 0 0.27 0.07 152.34 0.8 0.65
Hex 60 ED AC 3B 0 1B 7 98 50 41
Octal 140 355 254 73 0 33 7 230 120 101
Binary 1100000 11101101 10101100 111011 0 11011 111 10011000 1010000 1000001

Color Harmonies of #60EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDAC

Black with #60EDAC

Text Example


Text Example

White with #60EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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