#7AF9BF

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

Shades of Aquamarine #7AF9BF

Tints of Aquamarine #7AF9BF

Color information

#7AF9BF (or 0x7AF9BF) is unknown color: approx Aquamarine. HEX triplet: 7A, F9 and BF. RGB value is (122,249,191). Sum of RGB (Red+Green+Blue) = 122+249+191=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF9BF is #850640. Grayscale: #CCCCCC. Windows color (decimal): -8717889 or 12581242. OLE color: 12581242.

HSL color Cylindrical-coordinate representation of color #7AF9BF: hue angle of 152.6º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9BF is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB122249191-
CMYK0.5100.230.02
HSL152.6º91.37%72.75%-
HSV(B)152.6º51%97.65%-
XYZ51.3175.6561.19-
YUV204.42120.4269.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.71%
GREEN value IS 249 (97.66% from 255) = 44.31%
BLUE value IS 191 (75% from 255) = 33.99%
R=21.71%
G=44.31%
B=33.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222491910.5100.230.02152.691.3772.75
Hex7AF9BF330172995b49
Octal172371277630272231133111
Binary11110101111100110111111110011010111101001100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,249,191); }

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

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

 a { background-color: rgb(122,249,191); }

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

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

 span { border-color: rgb(122,249,191); }

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