Html Css Color HEX #74D9A9 Medium Aquamarine

📋 copy color: '#74D9A9'

red 116 ◦ green 217 ◦ blue 169

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

Shades of Medium Aquamarine #74D9A9

Tints of Medium Aquamarine #74D9A9

RGB

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

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

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

R = 23.11%
G = 43.23%
B = 33.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#74D9A9 (or 0x74D9A9) is known color: Medium Aquamarine. HEX triplet: 74, D9 and A9. RGB value is (116,217,169). Sum of RGB (Red+Green+Blue) = 116+217+169=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D9A9 is #8B2656. Grayscale: #B5B5B5. Windows color (decimal): -9119319 or 11131252. OLE color: 11131252.

HSL color Cylindrical-coordinate representation of color #74D9A9: hue angle of 151.49º 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 #74D9A9 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 169 -
CMYK 0.47 0 0.22 0.15
HSL 151.49º 0.57% 0.65% -
HSV(B) 151.49º 0.47% 0.85% -
XYZ 39.18 56.2 46.32 -
YUV 181.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 116 217 169 0.47 0 0.22 0.15 151.49 0.57 0.65
Hex 74 D9 A9 2F 0 16 F 97 39 41
Octal 164 331 251 57 0 26 17 227 71 101
Binary 1110100 11011001 10101001 101111 0 10110 1111 10010111 111001 1000001

Color Harmonies of #74D9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9A9

Black with #74D9A9

Text Example


Text Example

White with #74D9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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