Html Css Color HEX #60DDA2 Medium Aquamarine

📋 copy color: '#60DDA2'

red 96 ◦ green 221 ◦ blue 162

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

Shades of Medium Aquamarine #60DDA2

Tints of Medium Aquamarine #60DDA2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.14%

 BLUE value IS 162 (63.67% from 255) = 33.82%

R = 20.04%
G = 46.14%
B = 33.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#60DDA2 (or 0x60DDA2) is known color: Medium Aquamarine. HEX triplet: 60, DD and A2. RGB value is (96,221,162). Sum of RGB (Red+Green+Blue) = 96+221+162=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDA2 is #9F225D. Grayscale: #B1B1B1. Windows color (decimal): -10429022 or 10673504. OLE color: 10673504.

HSL color Cylindrical-coordinate representation of color #60DDA2: hue angle of 151.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDA2 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 221 162 -
CMYK 0.57 0 0.27 0.13
HSL 151.68º 0.65% 0.62% -
HSV(B) 151.68º 0.57% 0.87% -
XYZ 37.2 56.81 43.19 -
YUV 176.9 119.59 70.3 -
System Red Green Blue C M Y K H S L
Decimal 96 221 162 0.57 0 0.27 0.13 151.68 0.65 0.62
Hex 60 DD A2 39 0 1B D 98 41 3E
Octal 140 335 242 71 0 33 15 230 101 76
Binary 1100000 11011101 10100010 111001 0 11011 1101 10011000 1000001 111110

Color Harmonies of #60DDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDA2

Black with #60DDA2

Text Example


Text Example

White with #60DDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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