#74EDDA

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

Shades of Aquamarine #74EDDA

Tints of Aquamarine #74EDDA

Color information

#74EDDA (or 0x74EDDA) is unknown color: approx Aquamarine. HEX triplet: 74, ED and DA. RGB value is (116,237,218). Sum of RGB (Red+Green+Blue) = 116+237+218=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDDA is #8B1225. Grayscale: #C6C6C6. Windows color (decimal): -9114150 or 14347636. OLE color: 14347636.

HSL color Cylindrical-coordinate representation of color #74EDDA: hue angle of 170.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EDDA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB116237218-
CMYK0.5100.080.07
HSL170.58º77.07%69.22%-
HSV(B)170.58º51.05%92.94%-
XYZ50.1469.3477.07-
YUV198.66138.9169.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.32%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=20.32%
G=41.51%
B=38.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162372180.5100.080.07170.5877.0769.22
Hex74EDDA33087ab4d45
Octal164355332630107253115105
Binary11101001110110111011010110011010001111010101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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