#7AFCAF

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

Shades of Aquamarine #7AFCAF

Tints of Aquamarine #7AFCAF

Color information

#7AFCAF (or 0x7AFCAF) is unknown color: approx Aquamarine. HEX triplet: 7A, FC and AF. RGB value is (122,252,175). Sum of RGB (Red+Green+Blue) = 122+252+175=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFCAF is #850350. Grayscale: #CCCCCC. Windows color (decimal): -8717137 or 11533434. OLE color: 11533434.

HSL color Cylindrical-coordinate representation of color #7AFCAF: hue angle of 144.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCAF is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB122252175-
CMYK0.5200.310.01
HSL144.46º95.59%73.33%-
HSV(B)144.46º51.59%98.82%-
XYZ50.5776.8552.73-
YUV204.35111.4369.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.22%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=22.22%
G=45.90%
B=31.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222521750.5200.310.01144.4695.5973.33
Hex7AFCAF3401F1906049
Octal172374257640371220140111
Binary1111010111111001010111111010001111111001000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,252,175); }

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

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

 a { background-color: rgb(122,252,175); }

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

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

 span { border-color: rgb(122,252,175); }

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