#7AFCAD

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

Shades of Aquamarine #7AFCAD

Tints of Aquamarine #7AFCAD

Color information

#7AFCAD (or 0x7AFCAD) is unknown color: approx Aquamarine. HEX triplet: 7A, FC and AD. RGB value is (122,252,173). Sum of RGB (Red+Green+Blue) = 122+252+173=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFCAD is #850352. Grayscale: #CCCCCC. Windows color (decimal): -8717139 or 11402362. OLE color: 11402362.

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

Color convert

RGB122252173-
CMYK0.5200.310.01
HSL143.54º95.59%73.33%-
HSV(B)143.54º51.59%98.82%-
XYZ50.3876.7851.7-
YUV204.12110.4369.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.30%
GREEN value IS 252 (98.83% from 255) = 46.07%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=22.30%
G=46.07%
B=31.63%

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
Decimal1222521730.5200.310.01143.5495.5973.33
Hex7AFCAD3401F1906049
Octal172374255640371220140111
Binary1111010111111001010110111010001111111001000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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