#74FABA

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

Shades of Aquamarine #74FABA

Tints of Aquamarine #74FABA

Color information

#74FABA (or 0x74FABA) is unknown color: approx Aquamarine. HEX triplet: 74, FA and BA. RGB value is (116,250,186). Sum of RGB (Red+Green+Blue) = 116+250+186=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #74FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FABA is #8B0545. Grayscale: #CACACA. Windows color (decimal): -9110854 or 12253812. OLE color: 12253812.

HSL color Cylindrical-coordinate representation of color #74FABA: hue angle of 151.34º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FABA is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB116250186-
CMYK0.5400.260.02
HSL151.34º93.06%71.76%-
HSV(B)151.34º53.6%98.04%-
XYZ50.2575.6358.4-
YUV202.64118.6166.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.01%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=21.01%
G=45.29%
B=33.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162501860.5400.260.02151.3493.0671.76
Hex74FABA3601A2975d48
Octal164372272660322227135110
Binary11101001111101010111010110110011010101001011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,250,186); }

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

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

 a { background-color: rgb(116,250,186); }

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

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

 span { border-color: rgb(116,250,186); }

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