#74F5DA

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

Shades of Aquamarine #74F5DA

Tints of Aquamarine #74F5DA

Color information

#74F5DA (or 0x74F5DA) is unknown color: approx Aquamarine. HEX triplet: 74, F5 and DA. RGB value is (116,245,218). Sum of RGB (Red+Green+Blue) = 116+245+218=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #74F5DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F5DA is #8B0A25. Grayscale: #CBCBCB. Windows color (decimal): -9112102 or 14349684. OLE color: 14349684.

HSL color Cylindrical-coordinate representation of color #74F5DA: hue angle of 167.44º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F5DA is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB116245218-
CMYK0.5300.110.04
HSL167.44º86.58%70.78%-
HSV(B)167.44º52.65%96.08%-
XYZ52.5174.0877.86-
YUV203.35136.2665.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.03%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=20.03%
G=42.31%
B=37.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1162452180.5300.110.04167.4486.5870.78
Hex74F5DA350B4a75747
Octal164365332650134247127107
Binary11101001111010111011010110101010111001010011110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,245,218); }

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

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

 a { background-color: rgb(116,245,218); }

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

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

 span { border-color: rgb(116,245,218); }

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