#74E8B1

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

Shades of Medium Aquamarine #74E8B1

Tints of Medium Aquamarine #74E8B1

Color information

#74E8B1 (or 0x74E8B1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E8 and B1. RGB value is (116,232,177). Sum of RGB (Red+Green+Blue) = 116+232+177=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #74E8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E8B1 is #8B174E. Grayscale: #BFBFBF. Windows color (decimal): -9115471 or 11659380. OLE color: 11659380.

HSL color Cylindrical-coordinate representation of color #74E8B1: hue angle of 151.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E8B1 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB116232177-
CMYK0.5000.240.09
HSL151.55º71.6%68.24%-
HSV(B)151.55º50%90.98%-
XYZ43.9964.651.75-
YUV191.05120.0774.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.10%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=22.10%
G=44.19%
B=33.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1162321770.5000.240.09151.5571.668.24
Hex74E8B1320189984844
Octal1643502616203011230110104
Binary1110100111010001011000111001001100010011001100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,232,177); }

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

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

 a { background-color: rgb(116,232,177); }

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

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

 span { border-color: rgb(116,232,177); }

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