#74FBBA

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

Shades of Aquamarine #74FBBA

Tints of Aquamarine #74FBBA

Color information

#74FBBA (or 0x74FBBA) is unknown color: approx Aquamarine. HEX triplet: 74, FB and BA. RGB value is (116,251,186). Sum of RGB (Red+Green+Blue) = 116+251+186=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBBA is #8B0445. Grayscale: #CBCBCB. Windows color (decimal): -9110598 or 12254068. OLE color: 12254068.

HSL color Cylindrical-coordinate representation of color #74FBBA: hue angle of 151.11º degrees, saturation: 0.94, 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 #74FBBA is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB116251186-
CMYK0.5400.260.02
HSL151.11º94.41%71.96%-
HSV(B)151.11º53.78%98.43%-
XYZ50.5676.2558.51-
YUV203.22118.2765.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.98%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=20.98%
G=45.39%
B=33.63%

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
Decimal1162511860.5400.260.02151.1194.4171.96
Hex74FBBA3601A2975e48
Octal164373272660322227136110
Binary11101001111101110111010110110011010101001011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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