Html Css Color HEX #74D6AC Medium Aquamarine

📋 copy color: '#74D6AC'

red 116 ◦ green 214 ◦ blue 172

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

Shades of Medium Aquamarine #74D6AC

Tints of Medium Aquamarine #74D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

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

R = 23.11%
G = 42.63%
B = 34.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#74D6AC (or 0x74D6AC) is known color: Medium Aquamarine. HEX triplet: 74, D6 and AC. RGB value is (116,214,172). Sum of RGB (Red+Green+Blue) = 116+214+172=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6AC is #8B2953. Grayscale: #B3B3B3. Windows color (decimal): -9120084 or 11327092. OLE color: 11327092.

HSL color Cylindrical-coordinate representation of color #74D6AC: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6AC is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 172 -
CMYK 0.46 0 0.20 0.16
HSL 154.29º 0.54% 0.65% -
HSV(B) 154.29º 0.46% 0.84% -
XYZ 38.7 54.78 47.56 -
YUV 179.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 116 214 172 0.46 0 0.20 0.16 154.29 0.54 0.65
Hex 74 D6 AC 2E 0 14 10 9A 36 41
Octal 164 326 254 56 0 24 20 232 66 101
Binary 1110100 11010110 10101100 101110 0 10100 10000 10011010 110110 1000001

Color Harmonies of #74D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6AC

Black with #74D6AC

Text Example


Text Example

White with #74D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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