#74D9AB

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

Shades of Medium Aquamarine #74D9AB

Tints of Medium Aquamarine #74D9AB

Color information

#74D9AB (or 0x74D9AB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D9 and AB. RGB value is (116,217,171). Sum of RGB (Red+Green+Blue) = 116+217+171=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D9AB is #8B2654. Grayscale: #B5B5B5. Windows color (decimal): -9119317 or 11262324. OLE color: 11262324.

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

Color convert

RGB116217171-
CMYK0.4700.210.15
HSL152.67º57.06%65.29%-
HSV(B)152.67º46.54%85.1%-
XYZ39.3756.2847.32-
YUV181.56122.0481.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=23.02%
G=43.06%
B=33.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162171710.4700.210.15152.6757.0665.29
Hex74D9AB2F015F993941
Octal164331253570251723171101
Binary111010011011001101010111011110101011111100110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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