#74D2A1

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

Shades of Medium Aquamarine #74D2A1

Tints of Medium Aquamarine #74D2A1

Color information

#74D2A1 (or 0x74D2A1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D2 and A1. RGB value is (116,210,161). Sum of RGB (Red+Green+Blue) = 116+210+161=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D2A1 is #8B2D5E. Grayscale: #B0B0B0. Windows color (decimal): -9121119 or 10605172. OLE color: 10605172.

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

Color convert

RGB116210161-
CMYK0.4500.230.18
HSL148.72º51.09%63.92%-
HSV(B)148.72º44.76%82.35%-
XYZ36.6852.3841.9-
YUV176.31119.3684.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=23.82%
G=43.12%
B=33.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162101610.4500.230.18148.7251.0963.92
Hex74D2A12D01712953340
Octal164322241550272222563100
Binary1110100110100101010000110110101011110010100101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,210,161); }

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

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

 a { background-color: rgb(116,210,161); }

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

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

 span { border-color: rgb(116,210,161); }

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