#74CCAA

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

Shades of Medium Aquamarine #74CCAA

Tints of Medium Aquamarine #74CCAA

Color information

#74CCAA (or 0x74CCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CC and AA. RGB value is (116,204,170). Sum of RGB (Red+Green+Blue) = 116+204+170=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CCAA is #8B3355. Grayscale: #ADADAD. Windows color (decimal): -9122646 or 11193460. OLE color: 11193460.

HSL color Cylindrical-coordinate representation of color #74CCAA: hue angle of 156.82º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CCAA is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB116204170-
CMYK0.4300.170.2
HSL156.82º46.32%62.75%-
HSV(B)156.82º43.14%80%-
XYZ36.0549.845.74-
YUV173.81125.8586.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.67%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=23.67%
G=41.63%
B=34.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041700.4300.170.2156.8246.3262.75
Hex74CCAA2B011149d2e3f
Octal16431425253021242355677
Binary111010011001100101010101010110100011010010011101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,170); }

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

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

 a { background-color: rgb(116,204,170); }

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

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

 span { border-color: rgb(116,204,170); }

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