#74DCAA

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

Shades of Medium Aquamarine #74DCAA

Tints of Medium Aquamarine #74DCAA

Color information

#74DCAA (or 0x74DCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DC and AA. RGB value is (116,220,170). Sum of RGB (Red+Green+Blue) = 116+220+170=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCAA is #8B2355. Grayscale: #B7B7B7. Windows color (decimal): -9118550 or 11197556. OLE color: 11197556.

HSL color Cylindrical-coordinate representation of color #74DCAA: hue angle of 151.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCAA is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB116220170-
CMYK0.4700.230.14
HSL151.15º59.77%65.88%-
HSV(B)151.15º47.27%86.27%-
XYZ40.0557.847.08-
YUV183.2120.5480.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=22.92%
G=43.48%
B=33.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162201700.4700.230.14151.1559.7765.88
Hex74DCAA2F017E973c42
Octal164334252570271622774102
Binary111010011011100101010101011110101111110100101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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