#7AFCAE

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

Shades of Aquamarine #7AFCAE

Tints of Aquamarine #7AFCAE

Color information

#7AFCAE (or 0x7AFCAE) is unknown color: approx Aquamarine. HEX triplet: 7A, FC and AE. RGB value is (122,252,174). Sum of RGB (Red+Green+Blue) = 122+252+174=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFCAE is #850351. Grayscale: #CCCCCC. Windows color (decimal): -8717138 or 11467898. OLE color: 11467898.

HSL color Cylindrical-coordinate representation of color #7AFCAE: hue angle of 144º 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 #7AFCAE is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB122252174-
CMYK0.5200.310.01
HSL144º95.59%73.33%-
HSV(B)144º51.59%98.82%-
XYZ50.4876.8152.21-
YUV204.24110.9369.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.26%
GREEN value IS 252 (98.83% from 255) = 45.99%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=22.26%
G=45.99%
B=31.75%

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
Decimal1222521740.5200.310.0114495.5973.33
Hex7AFCAE3401F1906049
Octal172374256640371220140111
Binary1111010111111001010111011010001111111001000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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