#7AF6BE

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

Shades of Aquamarine #7AF6BE

Tints of Aquamarine #7AF6BE

Color information

#7AF6BE (or 0x7AF6BE) is unknown color: approx Aquamarine. HEX triplet: 7A, F6 and BE. RGB value is (122,246,190). Sum of RGB (Red+Green+Blue) = 122+246+190=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF6BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF6BE is #850941. Grayscale: #CACACA. Windows color (decimal): -8718658 or 12514938. OLE color: 12514938.

HSL color Cylindrical-coordinate representation of color #7AF6BE: hue angle of 152.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF6BE is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB122246190-
CMYK0.5000.230.04
HSL152.9º87.32%72.16%-
HSV(B)152.9º50.41%96.47%-
XYZ50.2873.7760.3-
YUV202.54120.9270.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.86%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=21.86%
G=44.09%
B=34.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222461900.5000.230.04152.987.3272.16
Hex7AF6BE320174995748
Octal172366276620274231127110
Binary111101011110110101111101100100101111001001100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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