#74CAA9

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

Shades of Medium Aquamarine #74CAA9

Tints of Medium Aquamarine #74CAA9

Color information

#74CAA9 (or 0x74CAA9) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CA and A9. RGB value is (116,202,169). Sum of RGB (Red+Green+Blue) = 116+202+169=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAA9 is #8B3556. Grayscale: #ACACAC. Windows color (decimal): -9123159 or 11127412. OLE color: 11127412.

HSL color Cylindrical-coordinate representation of color #74CAA9: hue angle of 156.98º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAA9 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB116202169-
CMYK0.4300.160.21
HSL156.98º44.79%62.35%-
HSV(B)156.98º42.57%79.22%-
XYZ35.4848.8245.09-
YUV172.52126.0187.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=23.82%
G=41.48%
B=34.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021690.4300.160.21156.9844.7962.35
Hex74CAA92B010159d2d3e
Octal16431225153020252355576
Binary111010011001010101010011010110100001010110011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,169); }

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

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

 a { background-color: rgb(116,202,169); }

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

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

 span { border-color: rgb(116,202,169); }

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