Html Css Color HEX #60ECB0 Medium Aquamarine

📋 copy color: '#60ECB0'

red 96 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #60ECB0

Tints of Medium Aquamarine #60ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.46%

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

R = 18.9%
G = 46.46%
B = 34.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#60ECB0 (or 0x60ECB0) is known color: Medium Aquamarine. HEX triplet: 60, EC and B0. RGB value is (96,236,176). Sum of RGB (Red+Green+Blue) = 96+236+176=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ECB0 is #9F134F. Grayscale: #BBBBBB. Windows color (decimal): -10425168 or 11594848. OLE color: 11594848.

HSL color Cylindrical-coordinate representation of color #60ECB0: hue angle of 154.29º degrees, saturation: 0.79, 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 #60ECB0 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 236 176 -
CMYK 0.59 0 0.25 0.07
HSL 154.29º 0.79% 0.65% -
HSV(B) 154.29º 0.59% 0.93% -
XYZ 42.66 65.61 51.49 -
YUV 187.3 121.62 62.88 -
System Red Green Blue C M Y K H S L
Decimal 96 236 176 0.59 0 0.25 0.07 154.29 0.79 0.65
Hex 60 EC B0 3B 0 19 7 9A 4F 41
Octal 140 354 260 73 0 31 7 232 117 101
Binary 1100000 11101100 10110000 111011 0 11001 111 10011010 1001111 1000001

Color Harmonies of #60ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECB0

Black with #60ECB0

Text Example


Text Example

White with #60ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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