#74D8A3

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

Shades of Medium Aquamarine #74D8A3

Tints of Medium Aquamarine #74D8A3

Color information

#74D8A3 (or 0x74D8A3) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D8 and A3. RGB value is (116,216,163). Sum of RGB (Red+Green+Blue) = 116+216+163=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D8A3 is #8B275C. Grayscale: #B4B4B4. Windows color (decimal): -9119581 or 10737780. OLE color: 10737780.

HSL color Cylindrical-coordinate representation of color #74D8A3: hue angle of 148.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D8A3 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB116216163-
CMYK0.4600.250.15
HSL148.2º56.18%65.1%-
HSV(B)148.2º46.3%84.71%-
XYZ38.3755.4743.33-
YUV180.06118.3782.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=23.43%
G=43.64%
B=32.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162161630.4600.250.15148.256.1865.1
Hex74D8A32E019F943841
Octal164330243560311722470101
Binary111010011011000101000111011100110011111100101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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