#74CDAE

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

Shades of Medium Aquamarine #74CDAE

Tints of Medium Aquamarine #74CDAE

Color information

#74CDAE (or 0x74CDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CD and AE. RGB value is (116,205,174). Sum of RGB (Red+Green+Blue) = 116+205+174=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDAE is #8B3251. Grayscale: #AEAEAE. Windows color (decimal): -9122386 or 11455860. OLE color: 11455860.

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

Color convert

RGB116205174-
CMYK0.4300.150.20
HSL159.1º47.09%62.94%-
HSV(B)159.1º43.41%80.39%-
XYZ36.6750.4347.85-
YUV174.86127.5186.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=23.43%
G=41.41%
B=35.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162051740.4300.150.20159.147.0962.94
Hex74CDAE2B0F149f2f3f
Octal16431525653017242375777
Binary11101001100110110101110101011011111010010011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,205,174); }

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

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

 a { background-color: rgb(116,205,174); }

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

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

 span { border-color: rgb(116,205,174); }

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