#74C9AA

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

Shades of Medium Aquamarine #74C9AA

Tints of Medium Aquamarine #74C9AA

Color information

#74C9AA (or 0x74C9AA) is unknown color: approx Medium Aquamarine. HEX triplet: 74, C9 and AA. RGB value is (116,201,170). Sum of RGB (Red+Green+Blue) = 116+201+170=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #74C9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C9AA is #8B3655. Grayscale: #ACACAC. Windows color (decimal): -9123414 or 11192692. OLE color: 11192692.

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

Color convert

RGB116201170-
CMYK0.4200.150.21
HSL158.12º44.04%62.16%-
HSV(B)158.12º42.29%78.82%-
XYZ35.3448.3945.51-
YUV172.05126.8488.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=23.82%
G=41.27%
B=34.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011700.4200.150.21158.1244.0462.16
Hex74C9AA2A0F159e2c3e
Octal16431125252017252365476
Binary11101001100100110101010101010011111010110011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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