#74BFA4

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

Shades of Medium Aquamarine #74BFA4

Tints of Medium Aquamarine #74BFA4

Color information

#74BFA4 (or 0x74BFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 74, BF and A4. RGB value is (116,191,164). Sum of RGB (Red+Green+Blue) = 116+191+164=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFA4 is #8B405B. Grayscale: #A5A5A5. Windows color (decimal): -9125980 or 10796916. OLE color: 10796916.

HSL color Cylindrical-coordinate representation of color #74BFA4: hue angle of 158.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BFA4 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB116191164-
CMYK0.3900.140.25
HSL158.4º36.95%60.2%-
HSV(B)158.4º39.27%74.9%-
XYZ32.5343.6541.83-
YUV165.5127.1592.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=24.63%
G=40.55%
B=34.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911640.3900.140.25158.436.9560.2
Hex74BFA4270E199e253c
Octal16427724447016312364574
Binary11101001011111110100100100111011101100110011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,164); }

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

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

 a { background-color: rgb(116,191,164); }

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

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

 span { border-color: rgb(116,191,164); }

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