#60EBA2

Color #60EBA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #60EBA2

Tints of Medium Aquamarine #60EBA2

Color information

#60EBA2 (or 0x60EBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 60, EB and A2. RGB value is (96,235,162). Sum of RGB (Red+Green+Blue) = 96+235+162=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EBA2 is #9F145D. Grayscale: #B9B9B9. Windows color (decimal): -10425438 or 10677088. OLE color: 10677088.

HSL color Cylindrical-coordinate representation of color #60EBA2: hue angle of 148.49º 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 #60EBA2 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB96235162-
CMYK0.5900.310.08
HSL148.49º77.65%64.9%-
HSV(B)148.49º59.15%92.16%-
XYZ41.0564.5144.47-
YUV185.12114.9564.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 235 (92.19% from 255) = 47.67%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=19.47%
G=47.67%
B=32.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962351620.5900.310.08148.4977.6564.9
Hex60EBA23B01F8944e41
Octal1403532427303710224116101
Binary1100000111010111010001011101101111110001001010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60EBA2;
 }
 .AnyTagClassName
 {
   color: #60EBA2;
 }
</style>
background-color css

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

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

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

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

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

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