#7AFFDA

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

Shades of Aquamarine #7AFFDA

Tints of Aquamarine #7AFFDA

Color information

#7AFFDA (or 0x7AFFDA) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and DA. RGB value is (122,255,218). Sum of RGB (Red+Green+Blue) = 122+255+218=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFDA is #850025. Grayscale: #D3D3D3. Windows color (decimal): -8716326 or 14352250. OLE color: 14352250.

HSL color Cylindrical-coordinate representation of color #7AFFDA: hue angle of 163.31º 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 #7AFFDA is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB122255218-
CMYK0.5200.150
HSL163.31º100%73.92%-
HSV(B)163.31º52.16%100%-
XYZ56.4480.7278.94-
YUV211.02131.9464.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.50%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=20.50%
G=42.86%
B=36.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552180.5200.150163.3110073.92
Hex7AFFDA340F0a3644a
Octal172377332640170243144112
Binary111101011111111110110101101000111101010001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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