#74CAAB

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

Shades of Medium Aquamarine #74CAAB

Tints of Medium Aquamarine #74CAAB

Color information

#74CAAB (or 0x74CAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CA and AB. RGB value is (116,202,171). Sum of RGB (Red+Green+Blue) = 116+202+171=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAAB is #8B3554. Grayscale: #ACACAC. Windows color (decimal): -9123157 or 11258484. OLE color: 11258484.

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

Color convert

RGB116202171-
CMYK0.4300.150.21
HSL158.37º44.79%62.35%-
HSV(B)158.37º42.57%79.22%-
XYZ35.6748.8946.09-
YUV172.75127.0187.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=23.72%
G=41.31%
B=34.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021710.4300.150.21158.3744.7962.35
Hex74CAAB2B0F159e2d3e
Octal16431225353017252365576
Binary11101001100101010101011101011011111010110011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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