#74EFD3

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

Shades of Aquamarine #74EFD3

Tints of Aquamarine #74EFD3

Color information

#74EFD3 (or 0x74EFD3) is unknown color: approx Aquamarine. HEX triplet: 74, EF and D3. RGB value is (116,239,211). Sum of RGB (Red+Green+Blue) = 116+239+211=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFD3 is #8B102C. Grayscale: #C7C7C7. Windows color (decimal): -9113645 or 13889396. OLE color: 13889396.

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

Color convert

RGB116239211-
CMYK0.5100.120.06
HSL166.34º79.35%69.61%-
HSV(B)166.34º51.46%93.73%-
XYZ49.8370.1572.54-
YUV199.03134.7568.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.49%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=20.49%
G=42.23%
B=37.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162392110.5100.120.06166.3479.3569.61
Hex74EFD3330C6a64f46
Octal164357323630146246117106
Binary11101001110111111010011110011011001101010011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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