#74DFAD

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

Shades of Medium Aquamarine #74DFAD

Tints of Medium Aquamarine #74DFAD

Color information

#74DFAD (or 0x74DFAD) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DF and AD. RGB value is (116,223,173). Sum of RGB (Red+Green+Blue) = 116+223+173=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFAD is #8B2052. Grayscale: #B9B9B9. Windows color (decimal): -9117779 or 11394932. OLE color: 11394932.

HSL color Cylindrical-coordinate representation of color #74DFAD: hue angle of 151.96º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFAD is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB116223173-
CMYK0.4800.220.13
HSL151.96º62.57%66.47%-
HSV(B)151.96º47.98%87.45%-
XYZ41.1359.5148.85-
YUV185.31121.0578.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=22.66%
G=43.55%
B=33.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162231730.4800.220.13151.9662.5766.47
Hex74DFAD30016D983f42
Octal164337255600261523077102
Binary111010011011111101011011100000101101101100110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,223,173); }

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

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

 a { background-color: rgb(116,223,173); }

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

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

 span { border-color: rgb(116,223,173); }

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