#7aecde

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

Shades of Aquamarine #7AECDE

Tints of Aquamarine #7AECDE

Color information

#7AECDE (or 0x7AECDE) is unknown color: approx Aquamarine. HEX triplet: 7A, EC and DE. RGB value is (122,236,222). Sum of RGB (Red+Green+Blue) = 122+236+222=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECDE is #851321. Grayscale: #C8C8C8. Windows color (decimal): -8721186 or 14609530. OLE color: 14609530.

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

Color convert

RGB122236222-
CMYK0.4800.060.07
HSL172.63º75%70.2%-
HSV(B)172.63º48.31%92.55%-
XYZ51.2169.479.8-
YUV200.32140.2372.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.03%
GREEN value IS 236 (92.58% from 255) = 40.69%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=21.03%
G=40.69%
B=38.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222362220.4800.060.07172.637570.2
Hex7AECDE30067ad4b46
Octal17235433660067255113106
Binary1111010111011001101111011000001101111010110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aecde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,236,222); }

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

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

 a { background-color: rgb(122,236,222); }

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

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

 span { border-color: rgb(122,236,222); }

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