#74BFA1

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

Shades of Medium Aquamarine #74BFA1

Tints of Medium Aquamarine #74BFA1

Color information

#74BFA1 (or 0x74BFA1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, BF and A1. RGB value is (116,191,161). Sum of RGB (Red+Green+Blue) = 116+191+161=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFA1 is #8B405E. Grayscale: #A5A5A5. Windows color (decimal): -9125983 or 10600308. OLE color: 10600308.

HSL color Cylindrical-coordinate representation of color #74BFA1: hue angle of 156º 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 #74BFA1 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB116191161-
CMYK0.3900.160.25
HSL156º36.95%60.2%-
HSV(B)156º39.27%74.9%-
XYZ32.2743.5540.42-
YUV165.15125.6592.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=24.79%
G=40.81%
B=34.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911610.3900.160.2515636.9560.2
Hex74BFA127010199c253c
Octal16427724147020312344574
Binary111010010111111101000011001110100001100110011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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