#74E2B1

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

Shades of Medium Aquamarine #74E2B1

Tints of Medium Aquamarine #74E2B1

Color information

#74E2B1 (or 0x74E2B1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E2 and B1. RGB value is (116,226,177). Sum of RGB (Red+Green+Blue) = 116+226+177=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E2B1 is #8B1D4E. Grayscale: #BBBBBB. Windows color (decimal): -9117007 or 11657844. OLE color: 11657844.

HSL color Cylindrical-coordinate representation of color #74E2B1: hue angle of 153.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E2B1 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB116226177-
CMYK0.4900.220.11
HSL153.27º65.48%67.06%-
HSV(B)153.27º48.67%88.63%-
XYZ42.3361.2851.19-
YUV187.52122.0676.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 226 (88.67% from 255) = 43.55%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=22.35%
G=43.55%
B=34.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162261770.4900.220.11153.2765.4867.06
Hex74E2B131016B994143
Octal1643422616102613231101103
Binary1110100111000101011000111000101011010111001100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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