#74E3A3

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

Shades of Medium Aquamarine #74E3A3

Tints of Medium Aquamarine #74E3A3

Color information

#74E3A3 (or 0x74E3A3) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E3 and A3. RGB value is (116,227,163). Sum of RGB (Red+Green+Blue) = 116+227+163=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E3A3 is #8B1C5C. Grayscale: #BABABA. Windows color (decimal): -9116765 or 10740596. OLE color: 10740596.

HSL color Cylindrical-coordinate representation of color #74E3A3: hue angle of 145.41º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E3A3 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB116227163-
CMYK0.4900.280.11
HSL145.41º66.47%67.25%-
HSV(B)145.41º48.9%89.02%-
XYZ41.2861.344.31-
YUV186.52114.7377.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 227 (89.06% from 255) = 44.86%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=22.92%
G=44.86%
B=32.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162271630.4900.280.11145.4166.4767.25
Hex74E3A33101CB914243
Octal1643432436103413221102103
Binary1110100111000111010001111000101110010111001000110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,227,163); }

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

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

 a { background-color: rgb(116,227,163); }

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

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

 span { border-color: rgb(116,227,163); }

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