#7AEDD8

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

Shades of Aquamarine #7AEDD8

Tints of Aquamarine #7AEDD8

Color information

#7AEDD8 (or 0x7AEDD8) is unknown color: approx Aquamarine. HEX triplet: 7A, ED and D8. RGB value is (122,237,216). Sum of RGB (Red+Green+Blue) = 122+237+216=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDD8 is #851227. Grayscale: #C8C8C8. Windows color (decimal): -8720936 or 14216570. OLE color: 14216570.

HSL color Cylindrical-coordinate representation of color #7AEDD8: hue angle of 169.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDD8 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB122237216-
CMYK0.4900.090.07
HSL169.04º76.16%70.39%-
HSV(B)169.04º48.52%92.94%-
XYZ50.769.6675.74-
YUV200.22136.972.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 216 (84.77% from 255) = 37.57%
R=21.22%
G=41.22%
B=37.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222372160.4900.090.07169.0476.1670.39
Hex7AEDD831097a94c46
Octal172355330610117251114106
Binary11110101110110111011000110001010011111010100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,237,216); }

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

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

 a { background-color: rgb(122,237,216); }

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

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

 span { border-color: rgb(122,237,216); }

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