#7AE1B1

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

Shades of Medium Aquamarine #7AE1B1

Tints of Medium Aquamarine #7AE1B1

Color information

#7AE1B1 (or 0x7AE1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, E1 and B1. RGB value is (122,225,177). Sum of RGB (Red+Green+Blue) = 122+225+177=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1B1 is #851E4E. Grayscale: #BCBCBC. Windows color (decimal): -8724047 or 11657594. OLE color: 11657594.

HSL color Cylindrical-coordinate representation of color #7AE1B1: hue angle of 152.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1B1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB122225177-
CMYK0.4600.210.12
HSL152.04º63.19%68.04%-
HSV(B)152.04º45.78%88.24%-
XYZ42.8961.1651.14-
YUV188.73121.3880.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.28%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=23.28%
G=42.94%
B=33.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251770.4600.210.12152.0463.1968.04
Hex7AE1B12E015C983f44
Octal172341261560251423077104
Binary111101011100001101100011011100101011100100110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AE1B1; }

 p { color: rgb(122,225,177); }

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

<style>
 a { background-color: #7AE1B1; }

 a { background-color: rgb(122,225,177); }

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

<style>
 span { border-color: #7AE1B1; }

 span { border-color: rgb(122,225,177); }

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