#74EDC6

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

Shades of Aquamarine #74EDC6

Tints of Aquamarine #74EDC6

Color information

#74EDC6 (or 0x74EDC6) is unknown color: approx Aquamarine. HEX triplet: 74, ED and C6. RGB value is (116,237,198). Sum of RGB (Red+Green+Blue) = 116+237+198=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDC6 is #8B1239. Grayscale: #C4C4C4. Windows color (decimal): -9114170 or 13036916. OLE color: 13036916.

HSL color Cylindrical-coordinate representation of color #74EDC6: hue angle of 160.66º 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 #74EDC6 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB116237198-
CMYK0.5100.160.07
HSL160.66º77.07%69.22%-
HSV(B)160.66º51.05%92.94%-
XYZ47.6868.3664.11-
YUV196.38128.9170.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.05%
GREEN value IS 237 (92.97% from 255) = 43.01%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=21.05%
G=43.01%
B=35.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162371980.5100.160.07160.6677.0769.22
Hex74EDC6330107a14d45
Octal164355306630207241115105
Binary111010011101101110001101100110100001111010000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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