#7AFDAD

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

Shades of Aquamarine #7AFDAD

Tints of Aquamarine #7AFDAD

Color information

#7AFDAD (or 0x7AFDAD) is unknown color: approx Aquamarine. HEX triplet: 7A, FD and AD. RGB value is (122,253,173). Sum of RGB (Red+Green+Blue) = 122+253+173=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFDAD is #850252. Grayscale: #CCCCCC. Windows color (decimal): -8716883 or 11402618. OLE color: 11402618.

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

Color convert

RGB122253173-
CMYK0.5200.320.01
HSL143.36º97.04%73.53%-
HSV(B)143.36º51.78%99.22%-
XYZ50.6977.4151.8-
YUV204.71110.169-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.26%
GREEN value IS 253 (99.22% from 255) = 46.17%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=22.26%
G=46.17%
B=31.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222531730.5200.320.01143.3697.0473.53
Hex7AFDAD3402018f614a
Octal172375255640401217141112
Binary11110101111110110101101110100010000011000111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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