#74D7AB

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

Shades of Medium Aquamarine #74D7AB

Tints of Medium Aquamarine #74D7AB

Color information

#74D7AB (or 0x74D7AB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D7 and AB. RGB value is (116,215,171). Sum of RGB (Red+Green+Blue) = 116+215+171=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D7AB is #8B2854. Grayscale: #B4B4B4. Windows color (decimal): -9119829 or 11261812. OLE color: 11261812.

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

Color convert

RGB116215171-
CMYK0.4600.200.16
HSL153.33º55.31%64.9%-
HSV(B)153.33º46.05%84.31%-
XYZ38.8555.2547.15-
YUV180.38122.782.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.11%
GREEN value IS 215 (84.38% from 255) = 42.83%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=23.11%
G=42.83%
B=34.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151710.4600.200.16153.3355.3164.9
Hex74D7AB2E01410993741
Octal164327253560242023167101
Binary1110100110101111010101110111001010010000100110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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