Html Css Color HEX #74D0AC Medium Aquamarine

📋 copy color: '#74D0AC'

red 116 ◦ green 208 ◦ blue 172

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

Shades of Medium Aquamarine #74D0AC

Tints of Medium Aquamarine #74D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.94%

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

R = 23.39%
G = 41.94%
B = 34.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#74D0AC (or 0x74D0AC) is known color: Medium Aquamarine. HEX triplet: 74, D0 and AC. RGB value is (116,208,172). Sum of RGB (Red+Green+Blue) = 116+208+172=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #74D0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D0AC is #8B2F53. Grayscale: #B0B0B0. Windows color (decimal): -9121620 or 11325556. OLE color: 11325556.

HSL color Cylindrical-coordinate representation of color #74D0AC: hue angle of 156.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D0AC is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 172 -
CMYK 0.44 0 0.17 0.18
HSL 156.52º 0.49% 0.64% -
HSV(B) 156.52º 0.44% 0.82% -
XYZ 37.2 51.8 47.07 -
YUV 176.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 116 208 172 0.44 0 0.17 0.18 156.52 0.49 0.64
Hex 74 D0 AC 2C 0 11 12 9D 31 40
Octal 164 320 254 54 0 21 22 235 61 100
Binary 1110100 11010000 10101100 101100 0 10001 10010 10011101 110001 1000000

Color Harmonies of #74D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D0AC

Black with #74D0AC

Text Example


Text Example

White with #74D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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