#7AFAE4

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

Shades of Aquamarine #7AFAE4

Tints of Aquamarine #7AFAE4

Color information

#7AFAE4 (or 0x7AFAE4) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and E4. RGB value is (122,250,228). Sum of RGB (Red+Green+Blue) = 122+250+228=600 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAE4 is #85051B. Grayscale: #D1D1D1. Windows color (decimal): -8717596 or 15006330. OLE color: 15006330.

HSL color Cylindrical-coordinate representation of color #7AFAE4: hue angle of 169.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFAE4 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB122250228-
CMYK0.5100.090.02
HSL169.69º92.75%72.94%-
HSV(B)169.69º51.2%98.04%-
XYZ56.2278.1185.51-
YUV209.22138.5965.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.33%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 228 (89.45% from 255) = 38%
R=20.33%
G=41.67%
B=38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222502280.5100.090.02169.6992.7572.94
Hex7AFAE433092aa5d49
Octal172372344630112252135111
Binary1111010111110101110010011001101001101010101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,250,228); }

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

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

 a { background-color: rgb(122,250,228); }

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

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

 span { border-color: rgb(122,250,228); }

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