#7AEED7

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

Shades of Aquamarine #7AEED7

Tints of Aquamarine #7AEED7

Color information

#7AEED7 (or 0x7AEED7) is unknown color: approx Aquamarine. HEX triplet: 7A, EE and D7. RGB value is (122,238,215). Sum of RGB (Red+Green+Blue) = 122+238+215=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEED7 is #851128. Grayscale: #C8C8C8. Windows color (decimal): -8720681 or 14151290. OLE color: 14151290.

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

Color convert

RGB122238215-
CMYK0.4900.100.07
HSL168.1º77.33%70.59%-
HSV(B)168.1º48.74%93.33%-
XYZ50.8770.1975.16-
YUV200.69136.0771.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=21.22%
G=41.39%
B=37.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222382150.4900.100.07168.177.3370.59
Hex7AEED7310A7a84d47
Octal172356327610127250115107
Binary11110101110111011010111110001010101111010100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,215); }

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

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

 a { background-color: rgb(122,238,215); }

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

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

 span { border-color: rgb(122,238,215); }

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