#74CAA8

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

Shades of Medium Aquamarine #74CAA8

Tints of Medium Aquamarine #74CAA8

Color information

#74CAA8 (or 0x74CAA8) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CA and A8. RGB value is (116,202,168). Sum of RGB (Red+Green+Blue) = 116+202+168=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAA8 is #8B3557. Grayscale: #ACACAC. Windows color (decimal): -9123160 or 11061876. OLE color: 11061876.

HSL color Cylindrical-coordinate representation of color #74CAA8: hue angle of 156.28º 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 #74CAA8 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB116202168-
CMYK0.4300.170.21
HSL156.28º44.79%62.35%-
HSV(B)156.28º42.57%79.22%-
XYZ35.3948.7844.6-
YUV172.41125.5187.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=23.87%
G=41.56%
B=34.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021680.4300.170.21156.2844.7962.35
Hex74CAA82B011159c2d3e
Octal16431225053021252345576
Binary111010011001010101010001010110100011010110011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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