#74E0B1

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

Shades of Medium Aquamarine #74E0B1

Tints of Medium Aquamarine #74E0B1

Color information

#74E0B1 (or 0x74E0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E0 and B1. RGB value is (116,224,177). Sum of RGB (Red+Green+Blue) = 116+224+177=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #74E0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E0B1 is #8B1F4E. Grayscale: #BABABA. Windows color (decimal): -9117519 or 11657332. OLE color: 11657332.

HSL color Cylindrical-coordinate representation of color #74E0B1: hue angle of 153.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E0B1 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB116224177-
CMYK0.4800.210.12
HSL153.89º63.53%66.67%-
HSV(B)153.89º48.21%87.84%-
XYZ41.7960.251.01-
YUV186.35122.7277.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.44%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=22.44%
G=43.33%
B=34.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162241770.4800.210.12153.8963.5366.67
Hex74E0B130015C9a4043
Octal1643402616002514232100103
Binary1110100111000001011000111000001010111001001101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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