#74EEC6

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

Shades of Aquamarine #74EEC6

Tints of Aquamarine #74EEC6

Color information

#74EEC6 (or 0x74EEC6) is unknown color: approx Aquamarine. HEX triplet: 74, EE and C6. RGB value is (116,238,198). Sum of RGB (Red+Green+Blue) = 116+238+198=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC6 is #8B1139. Grayscale: #C4C4C4. Windows color (decimal): -9113914 or 13037172. OLE color: 13037172.

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

Color convert

RGB116238198-
CMYK0.5100.170.07
HSL160.33º78.21%69.41%-
HSV(B)160.33º51.26%93.33%-
XYZ47.9768.9464.2-
YUV196.96128.5870.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.01%
GREEN value IS 238 (93.36% from 255) = 43.12%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=21.01%
G=43.12%
B=35.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162381980.5100.170.07160.3378.2169.41
Hex74EEC6330117a04e45
Octal164356306630217240116105
Binary111010011101110110001101100110100011111010000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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