#7AFEB6

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

Shades of Aquamarine #7AFEB6

Tints of Aquamarine #7AFEB6

Color information

#7AFEB6 (or 0x7AFEB6) is unknown color: approx Aquamarine. HEX triplet: 7A, FE and B6. RGB value is (122,254,182). Sum of RGB (Red+Green+Blue) = 122+254+182=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEB6 is #850149. Grayscale: #CECECE. Windows color (decimal): -8716618 or 11992698. OLE color: 11992698.

HSL color Cylindrical-coordinate representation of color #7AFEB6: hue angle of 147.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEB6 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB122254182-
CMYK0.5200.280.00
HSL147.27º98.51%73.73%-
HSV(B)147.27º51.97%99.61%-
XYZ51.9178.456.65-
YUV206.32114.2767.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.86%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=21.86%
G=45.52%
B=32.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1222541820.5200.280.00147.2798.5173.73
Hex7AFEB63401C093634a
Octal172376266640340223143112
Binary1111010111111101011011011010001110001001001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,254,182); }

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

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

 a { background-color: rgb(122,254,182); }

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

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

 span { border-color: rgb(122,254,182); }

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