Html Css Color HEX #60EBA5 Medium Aquamarine

📋 copy color: '#60EBA5'

red 96 ◦ green 235 ◦ blue 165

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

Shades of Medium Aquamarine #60EBA5

Tints of Medium Aquamarine #60EBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 19.35%
G = 47.38%
B = 33.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#60EBA5 (or 0x60EBA5) is known color: Medium Aquamarine. HEX triplet: 60, EB and A5. RGB value is (96,235,165). Sum of RGB (Red+Green+Blue) = 96+235+165=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EBA5 is #9F145A. Grayscale: #B9B9B9. Windows color (decimal): -10425435 or 10873696. OLE color: 10873696.

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

Color convert

RGB 96 235 165 -
CMYK 0.59 0 0.30 0.08
HSL 149.78º 0.78% 0.65% -
HSV(B) 149.78º 0.59% 0.92% -
XYZ 41.32 64.62 45.89 -
YUV 185.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 96 235 165 0.59 0 0.30 0.08 149.78 0.78 0.65
Hex 60 EB A5 3B 0 1E 8 96 4E 41
Octal 140 353 245 73 0 36 10 226 116 101
Binary 1100000 11101011 10100101 111011 0 11110 1000 10010110 1001110 1000001

Color Harmonies of #60EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBA5

Black with #60EBA5

Text Example


Text Example

White with #60EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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