#74DEA7

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

Shades of Medium Aquamarine #74DEA7

Tints of Medium Aquamarine #74DEA7

Color information

#74DEA7 (or 0x74DEA7) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DE and A7. RGB value is (116,222,167). Sum of RGB (Red+Green+Blue) = 116+222+167=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DEA7 is #8B2158. Grayscale: #B8B8B8. Windows color (decimal): -9118041 or 11001460. OLE color: 11001460.

HSL color Cylindrical-coordinate representation of color #74DEA7: hue angle of 148.87º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DEA7 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB116222167-
CMYK0.4800.250.13
HSL148.87º61.63%66.27%-
HSV(B)148.87º47.75%87.06%-
XYZ40.358.7545.77-
YUV184.04118.3879.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.97%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=22.97%
G=43.96%
B=33.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221670.4800.250.13148.8761.6366.27
Hex74DEA730019D953e42
Octal164336247600311522576102
Binary111010011011110101001111100000110011101100101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,167); }

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

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

 a { background-color: rgb(116,222,167); }

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

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

 span { border-color: rgb(116,222,167); }

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