Html Css Color HEX #74D9AC Medium Aquamarine

📋 copy color: '#74D9AC'

red 116 ◦ green 217 ◦ blue 172

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

Shades of Medium Aquamarine #74D9AC

Tints of Medium Aquamarine #74D9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 22.97%
G = 42.97%
B = 34.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#74D9AC (or 0x74D9AC) is known color: Medium Aquamarine. HEX triplet: 74, D9 and AC. RGB value is (116,217,172). Sum of RGB (Red+Green+Blue) = 116+217+172=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D9AC is #8B2653. Grayscale: #B5B5B5. Windows color (decimal): -9119316 or 11327860. OLE color: 11327860.

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

Color convert

RGB 116 217 172 -
CMYK 0.47 0 0.21 0.15
HSL 153.27º 0.57% 0.65% -
HSV(B) 153.27º 0.47% 0.85% -
XYZ 39.46 56.32 47.82 -
YUV 181.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 116 217 172 0.47 0 0.21 0.15 153.27 0.57 0.65
Hex 74 D9 AC 2F 0 15 F 99 39 41
Octal 164 331 254 57 0 25 17 231 71 101
Binary 1110100 11011001 10101100 101111 0 10101 1111 10011001 111001 1000001

Color Harmonies of #74D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9AC

Black with #74D9AC

Text Example


Text Example

White with #74D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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