#74D6AE

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

Shades of Medium Aquamarine #74D6AE

Tints of Medium Aquamarine #74D6AE

Color information

#74D6AE (or 0x74D6AE) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D6 and AE. RGB value is (116,214,174). Sum of RGB (Red+Green+Blue) = 116+214+174=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6AE is #8B2951. Grayscale: #B4B4B4. Windows color (decimal): -9120082 or 11458164. OLE color: 11458164.

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

Color convert

RGB116214174-
CMYK0.4600.190.16
HSL155.51º54.44%64.71%-
HSV(B)155.51º45.79%83.92%-
XYZ38.8954.8648.58-
YUV180.14124.5382.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=23.02%
G=42.46%
B=34.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162141740.4600.190.16155.5154.4464.71
Hex74D6AE2E013109c3641
Octal164326256560232023466101
Binary1110100110101101010111010111001001110000100111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,174); }

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

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

 a { background-color: rgb(116,214,174); }

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

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

 span { border-color: rgb(116,214,174); }

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