#74CEAE

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

Shades of Medium Aquamarine #74CEAE

Tints of Medium Aquamarine #74CEAE

Color information

#74CEAE (or 0x74CEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CE and AE. RGB value is (116,206,174). Sum of RGB (Red+Green+Blue) = 116+206+174=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEAE is #8B3151. Grayscale: #AFAFAF. Windows color (decimal): -9122130 or 11456116. OLE color: 11456116.

HSL color Cylindrical-coordinate representation of color #74CEAE: hue angle of 158.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEAE is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB116206174-
CMYK0.4400.160.19
HSL158.67º47.87%63.14%-
HSV(B)158.67º43.69%80.78%-
XYZ36.9150.9147.93-
YUV175.44127.1885.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=23.39%
G=41.53%
B=35.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162061740.4400.160.19158.6747.8763.14
Hex74CEAE2C010139f303f
Octal16431625654020232376077
Binary111010011001110101011101011000100001001110011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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