Html Css Color HEX #74E1A9 Medium Aquamarine

📋 copy color: '#74E1A9'

red 116 ◦ green 225 ◦ blue 169

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

Shades of Medium Aquamarine #74E1A9

Tints of Medium Aquamarine #74E1A9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.12%

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

R = 22.75%
G = 44.12%
B = 33.14%

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

#74E1A9 (or 0x74E1A9) is known color: Medium Aquamarine. HEX triplet: 74, E1 and A9. RGB value is (116,225,169). Sum of RGB (Red+Green+Blue) = 116+225+169=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E1A9 is #8B1E56. Grayscale: #BABABA. Windows color (decimal): -9117271 or 11133300. OLE color: 11133300.

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

Color convert

RGB 116 225 169 -
CMYK 0.48 0 0.25 0.12
HSL 149.17º 0.64% 0.67% -
HSV(B) 149.17º 0.48% 0.88% -
XYZ 41.29 60.43 47.02 -
YUV 186.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 116 225 169 0.48 0 0.25 0.12 149.17 0.64 0.67
Hex 74 E1 A9 30 0 19 C 95 40 43
Octal 164 341 251 60 0 31 14 225 100 103
Binary 1110100 11100001 10101001 110000 0 11001 1100 10010101 1000000 1000011

Color Harmonies of #74E1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E1A9

Black with #74E1A9

Text Example


Text Example

White with #74E1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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