Html Css Color HEX #60EEB0 Medium Aquamarine

📋 copy color: '#60EEB0'

red 96 ◦ green 238 ◦ blue 176

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

Shades of Medium Aquamarine #60EEB0

Tints of Medium Aquamarine #60EEB0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 18.82%
G = 46.67%
B = 34.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#60EEB0 (or 0x60EEB0) is known color: Medium Aquamarine. HEX triplet: 60, EE and B0. RGB value is (96,238,176). Sum of RGB (Red+Green+Blue) = 96+238+176=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EEB0 is #9F114F. Grayscale: #BCBCBC. Windows color (decimal): -10424656 or 11595360. OLE color: 11595360.

HSL color Cylindrical-coordinate representation of color #60EEB0: hue angle of 153.8º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEB0 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 238 176 -
CMYK 0.60 0 0.26 0.07
HSL 153.8º 0.81% 0.65% -
HSV(B) 153.8º 0.6% 0.93% -
XYZ 43.23 66.77 51.68 -
YUV 188.47 120.96 62.04 -
System Red Green Blue C M Y K H S L
Decimal 96 238 176 0.60 0 0.26 0.07 153.8 0.81 0.65
Hex 60 EE B0 3C 0 1A 7 9A 51 41
Octal 140 356 260 74 0 32 7 232 121 101
Binary 1100000 11101110 10110000 111100 0 11010 111 10011010 1010001 1000001

Color Harmonies of #60EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EEB0

Black with #60EEB0

Text Example


Text Example

White with #60EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,238,176); }

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

background-color css

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

 a { background-color: rgb(96,238,176); }

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

border-color css

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

 span { border-color: rgb(96,238,176); }

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