#74DCB1

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

Shades of Medium Aquamarine #74DCB1

Tints of Medium Aquamarine #74DCB1

Color information

#74DCB1 (or 0x74DCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DC and B1. RGB value is (116,220,177). Sum of RGB (Red+Green+Blue) = 116+220+177=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCB1 is #8B234E. Grayscale: #B8B8B8. Windows color (decimal): -9118543 or 11656308. OLE color: 11656308.

HSL color Cylindrical-coordinate representation of color #74DCB1: hue angle of 155.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCB1 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB116220177-
CMYK0.4700.200.14
HSL155.19º59.77%65.88%-
HSV(B)155.19º47.27%86.27%-
XYZ40.7358.0750.66-
YUV184124.0479.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.61%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=22.61%
G=42.88%
B=34.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162201770.4700.200.14155.1959.7765.88
Hex74DCB12F014E9b3c42
Octal164334261570241623374102
Binary111010011011100101100011011110101001110100110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,220,177); }

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

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

 a { background-color: rgb(116,220,177); }

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

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

 span { border-color: rgb(116,220,177); }

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