#74CEA5

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

Shades of Medium Aquamarine #74CEA5

Tints of Medium Aquamarine #74CEA5

Color information

#74CEA5 (or 0x74CEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CE and A5. RGB value is (116,206,165). Sum of RGB (Red+Green+Blue) = 116+206+165=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEA5 is #8B315A. Grayscale: #AEAEAE. Windows color (decimal): -9122139 or 10866292. OLE color: 10866292.

HSL color Cylindrical-coordinate representation of color #74CEA5: hue angle of 152.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 #74CEA5 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB116206165-
CMYK0.4400.200.19
HSL152.67º47.87%63.14%-
HSV(B)152.67º43.69%80.78%-
XYZ36.0750.5743.46-
YUV174.42122.6886.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=23.82%
G=42.30%
B=33.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162061650.4400.200.19152.6747.8763.14
Hex74CEA52C0141399303f
Octal16431624554024232316077
Binary111010011001110101001011011000101001001110011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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