#74DEAB

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

Shades of Medium Aquamarine #74DEAB

Tints of Medium Aquamarine #74DEAB

Color information

#74DEAB (or 0x74DEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DE and AB. RGB value is (116,222,171). Sum of RGB (Red+Green+Blue) = 116+222+171=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DEAB is #8B2154. Grayscale: #B8B8B8. Windows color (decimal): -9118037 or 11263604. OLE color: 11263604.

HSL color Cylindrical-coordinate representation of color #74DEAB: hue angle of 151.13º degrees, saturation: 0.62, 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 #74DEAB is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB116222171-
CMYK0.4800.230.13
HSL151.13º61.63%66.27%-
HSV(B)151.13º47.75%87.06%-
XYZ40.6758.947.75-
YUV184.49120.3879.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=22.79%
G=43.61%
B=33.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221710.4800.230.13151.1361.6366.27
Hex74DEAB30017D973e42
Octal164336253600271522776102
Binary111010011011110101010111100000101111101100101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,171); }

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

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

 a { background-color: rgb(116,222,171); }

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

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

 span { border-color: rgb(116,222,171); }

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