#7AEEBD

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

Shades of Aquamarine #7AEEBD

Tints of Aquamarine #7AEEBD

Color information

#7AEEBD (or 0x7AEEBD) is unknown color: approx Aquamarine. HEX triplet: 7A, EE and BD. RGB value is (122,238,189). Sum of RGB (Red+Green+Blue) = 122+238+189=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEEBD is #851142. Grayscale: #C5C5C5. Windows color (decimal): -8720707 or 12447354. OLE color: 12447354.

HSL color Cylindrical-coordinate representation of color #7AEEBD: hue angle of 154.66º 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 #7AEEBD is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB122238189-
CMYK0.4900.210.07
HSL154.66º77.33%70.59%-
HSV(B)154.66º48.74%93.33%-
XYZ47.7968.9658.94-
YUV197.73123.0773.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.22%
GREEN value IS 238 (93.36% from 255) = 43.35%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=22.22%
G=43.35%
B=34.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222381890.4900.210.07154.6677.3370.59
Hex7AEEBD3101579b4d47
Octal172356275610257233115107
Binary111101011101110101111011100010101011111001101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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