#7AF7DF

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

Shades of Aquamarine #7AF7DF

Tints of Aquamarine #7AF7DF

Color information

#7AF7DF (or 0x7AF7DF) is unknown color: approx Aquamarine. HEX triplet: 7A, F7 and DF. RGB value is (122,247,223). Sum of RGB (Red+Green+Blue) = 122+247+223=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7DF is #850820. Grayscale: #CECECE. Windows color (decimal): -8718369 or 14677882. OLE color: 14677882.

HSL color Cylindrical-coordinate representation of color #7AF7DF: hue angle of 168.48º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7DF is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB122247223-
CMYK0.5100.100.03
HSL168.48º88.65%72.35%-
HSV(B)168.48º50.61%96.86%-
XYZ54.6175.9981.6-
YUV206.89137.0967.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.61%
GREEN value IS 247 (96.88% from 255) = 41.72%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=20.61%
G=41.72%
B=37.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222472230.5100.100.03168.4888.6572.35
Hex7AF7DF330A3a85948
Octal172367337630123250131110
Binary1111010111101111101111111001101010111010100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,247,223); }

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

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

 a { background-color: rgb(122,247,223); }

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

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

 span { border-color: rgb(122,247,223); }

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