Html Css Color HEX #74E0AD Medium Aquamarine

📋 copy color: '#74E0AD'

red 116 ◦ green 224 ◦ blue 173

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

Shades of Medium Aquamarine #74E0AD

Tints of Medium Aquamarine #74E0AD

RGB

 RED value IS 116 (45.7% from 255) = 22.61%

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 22.61%
G = 43.66%
B = 33.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#74E0AD (or 0x74E0AD) is known color: Medium Aquamarine. HEX triplet: 74, E0 and AD. RGB value is (116,224,173). Sum of RGB (Red+Green+Blue) = 116+224+173=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #74E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E0AD is #8B1F52. Grayscale: #B9B9B9. Windows color (decimal): -9117523 or 11395188. OLE color: 11395188.

HSL color Cylindrical-coordinate representation of color #74E0AD: hue angle of 151.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E0AD is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 173 -
CMYK 0.48 0 0.23 0.12
HSL 151.67º 0.64% 0.67% -
HSV(B) 151.67º 0.48% 0.88% -
XYZ 41.4 60.04 48.94 -
YUV 185.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 116 224 173 0.48 0 0.23 0.12 151.67 0.64 0.67
Hex 74 E0 AD 30 0 17 C 98 40 43
Octal 164 340 255 60 0 27 14 230 100 103
Binary 1110100 11100000 10101101 110000 0 10111 1100 10011000 1000000 1000011

Color Harmonies of #74E0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E0AD

Black with #74E0AD

Text Example


Text Example

White with #74E0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E0AD; }

 p { color: rgb(116,224,173); }

 H1.HeaderClassName
 {
   color: #74E0AD;
 }
 .AnyTagClassName
 {
   color: #74E0AD;
 }
</style>

background-color css

<style>
 a { background-color: #74E0AD; }

 a { background-color: rgb(116,224,173); }

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

border-color css

<style>
 span { border-color: #74E0AD; }

 span { border-color: rgb(116,224,173); }

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