#74F2AE

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

Shades of Medium Aquamarine #74F2AE

Tints of Medium Aquamarine #74F2AE

Color information

#74F2AE (or 0x74F2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 74, F2 and AE. RGB value is (116,242,174). Sum of RGB (Red+Green+Blue) = 116+242+174=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F2AE is #8B0D51. Grayscale: #C4C4C4. Windows color (decimal): -9112914 or 11465332. OLE color: 11465332.

HSL color Cylindrical-coordinate representation of color #74F2AE: hue angle of 147.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F2AE is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB116242174-
CMYK0.5200.280.05
HSL147.62º82.89%70.2%-
HSV(B)147.62º52.07%94.9%-
XYZ46.5970.2751.15-
YUV196.57115.2670.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.80%
GREEN value IS 242 (94.92% from 255) = 45.49%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=21.80%
G=45.49%
B=32.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421740.5200.280.05147.6282.8970.2
Hex74F2AE3401C5945346
Octal164362256640345224123106
Binary111010011110010101011101101000111001011001010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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