#7AF5C7

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

Shades of Aquamarine #7AF5C7

Tints of Aquamarine #7AF5C7

Color information

#7AF5C7 (or 0x7AF5C7) is unknown color: approx Aquamarine. HEX triplet: 7A, F5 and C7. RGB value is (122,245,199). Sum of RGB (Red+Green+Blue) = 122+245+199=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF5C7 is #850A38. Grayscale: #CBCBCB. Windows color (decimal): -8718905 or 13104506. OLE color: 13104506.

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

Color convert

RGB122245199-
CMYK0.5000.190.04
HSL157.56º86.01%71.96%-
HSV(B)157.56º50.2%96.08%-
XYZ50.9973.5765.55-
YUV202.98125.7570.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.55%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 199 (78.12% from 255) = 35.16%
R=21.55%
G=43.29%
B=35.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222451990.5000.190.04157.5686.0171.96
Hex7AF5C73201349e5648
Octal172365307620234236126110
Binary111101011110101110001111100100100111001001111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,245,199); }

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

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

 a { background-color: rgb(122,245,199); }

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

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

 span { border-color: rgb(122,245,199); }

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