Html Css Color HEX #60EBA0 Medium Aquamarine

📋 copy color: '#60EBA0'

red 96 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #60EBA0

Tints of Medium Aquamarine #60EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.86%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 19.55%
G = 47.86%
B = 32.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#60EBA0 (or 0x60EBA0) is known color: Medium Aquamarine. HEX triplet: 60, EB and A0. RGB value is (96,235,160). Sum of RGB (Red+Green+Blue) = 96+235+160=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EBA0 is #9F145F. Grayscale: #B9B9B9. Windows color (decimal): -10425440 or 10546016. OLE color: 10546016.

HSL color Cylindrical-coordinate representation of color #60EBA0: hue angle of 147.63º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBA0 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 235 160 -
CMYK 0.59 0 0.32 0.08
HSL 147.63º 0.78% 0.65% -
HSV(B) 147.63º 0.59% 0.92% -
XYZ 40.88 64.44 43.54 -
YUV 184.89 113.95 64.6 -
System Red Green Blue C M Y K H S L
Decimal 96 235 160 0.59 0 0.32 0.08 147.63 0.78 0.65
Hex 60 EB A0 3B 0 20 8 94 4E 41
Octal 140 353 240 73 0 40 10 224 116 101
Binary 1100000 11101011 10100000 111011 0 100000 1000 10010100 1001110 1000001

Color Harmonies of #60EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBA0

Black with #60EBA0

Text Example


Text Example

White with #60EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,235,160); }

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

background-color css

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

 a { background-color: rgb(96,235,160); }

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

border-color css

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

 span { border-color: rgb(96,235,160); }

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