#7AFFDD

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

Shades of Aquamarine #7AFFDD

Tints of Aquamarine #7AFFDD

Color information

#7AFFDD (or 0x7AFFDD) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and DD. RGB value is (122,255,221). Sum of RGB (Red+Green+Blue) = 122+255+221=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFDD is #850022. Grayscale: #D3D3D3. Windows color (decimal): -8716323 or 14548858. OLE color: 14548858.

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

Color convert

RGB122255221-
CMYK0.5200.130
HSL164.66º100%73.92%-
HSV(B)164.66º52.16%100%-
XYZ56.8480.8881.02-
YUV211.36133.4464.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.40%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=20.40%
G=42.64%
B=36.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552210.5200.130164.6610073.92
Hex7AFFDD340D0a5644a
Octal172377335640150245144112
Binary111101011111111110111011101000110101010010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,221); }

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

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

 a { background-color: rgb(122,255,221); }

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

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

 span { border-color: rgb(122,255,221); }

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