#74D8B1

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

Shades of Medium Aquamarine #74D8B1

Tints of Medium Aquamarine #74D8B1

Color information

#74D8B1 (or 0x74D8B1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D8 and B1. RGB value is (116,216,177). Sum of RGB (Red+Green+Blue) = 116+216+177=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D8B1 is #8B274E. Grayscale: #B5B5B5. Windows color (decimal): -9119567 or 11655284. OLE color: 11655284.

HSL color Cylindrical-coordinate representation of color #74D8B1: hue angle of 156.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D8B1 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB116216177-
CMYK0.4600.180.15
HSL156.6º56.18%65.1%-
HSV(B)156.6º46.3%84.71%-
XYZ39.695650.31-
YUV181.65125.3781.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=22.79%
G=42.44%
B=34.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162161770.4600.180.15156.656.1865.1
Hex74D8B12E012F9d3841
Octal164330261560221723570101
Binary111010011011000101100011011100100101111100111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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