Html Css Color HEX #74D8AC Medium Aquamarine

📋 copy color: '#74D8AC'

red 116 ◦ green 216 ◦ blue 172

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

Shades of Medium Aquamarine #74D8AC

Tints of Medium Aquamarine #74D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

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

R = 23.02%
G = 42.86%
B = 34.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#74D8AC (or 0x74D8AC) is known color: Medium Aquamarine. HEX triplet: 74, D8 and AC. RGB value is (116,216,172). Sum of RGB (Red+Green+Blue) = 116+216+172=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D8AC is #8B2753. Grayscale: #B5B5B5. Windows color (decimal): -9119572 or 11327604. OLE color: 11327604.

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

Color convert

RGB 116 216 172 -
CMYK 0.46 0 0.20 0.15
HSL 153.6º 0.56% 0.65% -
HSV(B) 153.6º 0.46% 0.85% -
XYZ 39.2 55.8 47.73 -
YUV 181.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 116 216 172 0.46 0 0.20 0.15 153.6 0.56 0.65
Hex 74 D8 AC 2E 0 14 F 9A 38 41
Octal 164 330 254 56 0 24 17 232 70 101
Binary 1110100 11011000 10101100 101110 0 10100 1111 10011010 111000 1000001

Color Harmonies of #74D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D8AC

Black with #74D8AC

Text Example


Text Example

White with #74D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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