Html Css Color HEX #74E0A9 Medium Aquamarine

📋 copy color: '#74E0A9'

red 116 ◦ green 224 ◦ blue 169

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

Shades of Medium Aquamarine #74E0A9

Tints of Medium Aquamarine #74E0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 22.79%
G = 44.01%
B = 33.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#74E0A9 (or 0x74E0A9) is known color: Medium Aquamarine. HEX triplet: 74, E0 and A9. RGB value is (116,224,169). Sum of RGB (Red+Green+Blue) = 116+224+169=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #74E0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E0A9 is #8B1F56. Grayscale: #B9B9B9. Windows color (decimal): -9117527 or 11133044. OLE color: 11133044.

HSL color Cylindrical-coordinate representation of color #74E0A9: hue angle of 149.44º 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 #74E0A9 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 169 -
CMYK 0.48 0 0.25 0.12
HSL 149.44º 0.64% 0.67% -
HSV(B) 149.44º 0.48% 0.88% -
XYZ 41.02 59.89 46.93 -
YUV 185.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 116 224 169 0.48 0 0.25 0.12 149.44 0.64 0.67
Hex 74 E0 A9 30 0 19 C 95 40 43
Octal 164 340 251 60 0 31 14 225 100 103
Binary 1110100 11100000 10101001 110000 0 11001 1100 10010101 1000000 1000011

Color Harmonies of #74E0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E0A9

Black with #74E0A9

Text Example


Text Example

White with #74E0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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