Html Css Color HEX #74D9A0 Medium Aquamarine

📋 copy color: '#74D9A0'

red 116 ◦ green 217 ◦ blue 160

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

Shades of Medium Aquamarine #74D9A0

Tints of Medium Aquamarine #74D9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.02%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 23.53%
G = 44.02%
B = 32.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#74D9A0 (or 0x74D9A0) is known color: Medium Aquamarine. HEX triplet: 74, D9 and A0. RGB value is (116,217,160). Sum of RGB (Red+Green+Blue) = 116+217+160=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D9A0 is #8B265F. Grayscale: #B4B4B4. Windows color (decimal): -9119328 or 10541428. OLE color: 10541428.

HSL color Cylindrical-coordinate representation of color #74D9A0: hue angle of 146.14º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D9A0 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 160 -
CMYK 0.47 0 0.26 0.15
HSL 146.14º 0.57% 0.65% -
HSV(B) 146.14º 0.47% 0.85% -
XYZ 38.36 55.88 42.02 -
YUV 180.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 116 217 160 0.47 0 0.26 0.15 146.14 0.57 0.65
Hex 74 D9 A0 2F 0 1A F 92 39 41
Octal 164 331 240 57 0 32 17 222 71 101
Binary 1110100 11011001 10100000 101111 0 11010 1111 10010010 111001 1000001

Color Harmonies of #74D9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9A0

Black with #74D9A0

Text Example


Text Example

White with #74D9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,217,160); }

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

background-color css

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

 a { background-color: rgb(116,217,160); }

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

border-color css

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

 span { border-color: rgb(116,217,160); }

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