#7AF2BE

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

Shades of Aquamarine #7AF2BE

Tints of Aquamarine #7AF2BE

Color information

#7AF2BE (or 0x7AF2BE) is unknown color: approx Aquamarine. HEX triplet: 7A, F2 and BE. RGB value is (122,242,190). Sum of RGB (Red+Green+Blue) = 122+242+190=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF2BE is #850D41. Grayscale: #C8C8C8. Windows color (decimal): -8719682 or 12513914. OLE color: 12513914.

HSL color Cylindrical-coordinate representation of color #7AF2BE: hue angle of 154º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2BE is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB122242190-
CMYK0.5000.210.05
HSL154º82.19%71.37%-
HSV(B)154º49.59%94.9%-
XYZ49.0771.3659.9-
YUV200.19122.2472.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.02%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=22.02%
G=43.68%
B=34.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222421900.5000.210.0515482.1971.37
Hex7AF2BE3201559a5247
Octal172362276620255232122107
Binary111101011110010101111101100100101011011001101010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,242,190); }

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

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

 a { background-color: rgb(122,242,190); }

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

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

 span { border-color: rgb(122,242,190); }

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