#7AF2CD

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

Shades of Aquamarine #7AF2CD

Tints of Aquamarine #7AF2CD

Color information

#7AF2CD (or 0x7AF2CD) is unknown color: approx Aquamarine. HEX triplet: 7A, F2 and CD. RGB value is (122,242,205). Sum of RGB (Red+Green+Blue) = 122+242+205=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF2CD is #850D32. Grayscale: #C9C9C9. Windows color (decimal): -8719667 or 13496954. OLE color: 13496954.

HSL color Cylindrical-coordinate representation of color #7AF2CD: hue angle of 161.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2CD is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB122242205-
CMYK0.5000.150.05
HSL161.5º82.19%71.37%-
HSV(B)161.5º49.59%94.9%-
XYZ50.872.0568.99-
YUV201.9129.7471.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.44%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=21.44%
G=42.53%
B=36.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222422050.5000.150.05161.582.1971.37
Hex7AF2CD320F5a25247
Octal172362315620175242122107
Binary11110101111001011001101110010011111011010001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,242,205); }

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

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

 a { background-color: rgb(122,242,205); }

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

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

 span { border-color: rgb(122,242,205); }

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