#74D7AA

Color #74D7AA Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #74D7AA

Tints of Medium Aquamarine #74D7AA

Color information

#74D7AA (or 0x74D7AA) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D7 and AA. RGB value is (116,215,170). Sum of RGB (Red+Green+Blue) = 116+215+170=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D7AA is #8B2855. Grayscale: #B4B4B4. Windows color (decimal): -9119830 or 11196276. OLE color: 11196276.

HSL color Cylindrical-coordinate representation of color #74D7AA: hue angle of 152.73º degrees, saturation: 0.55, 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 #74D7AA is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB116215170-
CMYK0.4600.210.16
HSL152.73º55.31%64.9%-
HSV(B)152.73º46.05%84.31%-
XYZ38.7655.2246.65-
YUV180.27122.282.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.15%
GREEN value IS 215 (84.38% from 255) = 42.91%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=23.15%
G=42.91%
B=33.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151700.4600.210.16152.7355.3164.9
Hex74D7AA2E01510993741
Octal164327252560252023167101
Binary1110100110101111010101010111001010110000100110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,170); }

 H1.HeaderClassName
 {
   color: #74D7AA;
 }
 .AnyTagClassName
 {
   color: #74D7AA;
 }
</style>
background-color css

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

 a { background-color: rgb(116,215,170); }

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

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

 span { border-color: rgb(116,215,170); }

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