#74EFDA

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

Shades of Aquamarine #74EFDA

Tints of Aquamarine #74EFDA

Color information

#74EFDA (or 0x74EFDA) is unknown color: approx Aquamarine. HEX triplet: 74, EF and DA. RGB value is (116,239,218). Sum of RGB (Red+Green+Blue) = 116+239+218=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFDA is #8B1025. Grayscale: #C7C7C7. Windows color (decimal): -9113638 or 14348148. OLE color: 14348148.

HSL color Cylindrical-coordinate representation of color #74EFDA: hue angle of 169.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EFDA is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB116239218-
CMYK0.5100.090.06
HSL169.76º79.35%69.61%-
HSV(B)169.76º51.46%93.73%-
XYZ50.7270.5177.27-
YUV199.83138.2568.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.24%
GREEN value IS 239 (93.75% from 255) = 41.71%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=20.24%
G=41.71%
B=38.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162392180.5100.090.06169.7679.3569.61
Hex74EFDA33096aa4f46
Octal164357332630116252117106
Binary11101001110111111011010110011010011101010101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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