#7AFDDE

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

Shades of Aquamarine #7AFDDE

Tints of Aquamarine #7AFDDE

Color information

#7AFDDE (or 0x7AFDDE) is unknown color: approx Aquamarine. HEX triplet: 7A, FD and DE. RGB value is (122,253,222). Sum of RGB (Red+Green+Blue) = 122+253+222=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDDE is #850221. Grayscale: #D2D2D2. Windows color (decimal): -8716834 or 14613882. OLE color: 14613882.

HSL color Cylindrical-coordinate representation of color #7AFDDE: hue angle of 165.8º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDDE is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB122253222-
CMYK0.5200.120.01
HSL165.8º97.04%73.53%-
HSV(B)165.8º51.78%99.22%-
XYZ56.3479.6681.51-
YUV210.3134.665.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.44%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=20.44%
G=42.38%
B=37.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222532220.5200.120.01165.897.0473.53
Hex7AFDDE340C1a6614a
Octal172375336640141246141112
Binary111101011111101110111101101000110011010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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