#7AF4C5

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

Shades of Aquamarine #7AF4C5

Tints of Aquamarine #7AF4C5

Color information

#7AF4C5 (or 0x7AF4C5) is unknown color: approx Aquamarine. HEX triplet: 7A, F4 and C5. RGB value is (122,244,197). Sum of RGB (Red+Green+Blue) = 122+244+197=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF4C5 is #850B3A. Grayscale: #CACACA. Windows color (decimal): -8719163 or 12973178. OLE color: 12973178.

HSL color Cylindrical-coordinate representation of color #7AF4C5: hue angle of 156.89º degrees, saturation: 0.85, 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 #7AF4C5 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB122244197-
CMYK0.500.190.04
HSL156.89º84.72%71.76%-
HSV(B)156.89º50%95.69%-
XYZ50.4572.8764.23-
YUV202.16125.0870.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.67%
GREEN value IS 244 (95.70% from 255) = 43.34%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=21.67%
G=43.34%
B=34.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222441970.500.190.04156.8984.7271.76
Hex7AF4C53201349d5548
Octal172364305620234235125110
Binary111101011110100110001011100100100111001001110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,244,197); }

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

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

 a { background-color: rgb(122,244,197); }

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

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

 span { border-color: rgb(122,244,197); }

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