#7AEFE3

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

Shades of Aquamarine #7AEFE3

Tints of Aquamarine #7AEFE3

Color information

#7AEFE3 (or 0x7AEFE3) is unknown color: approx Aquamarine. HEX triplet: 7A, EF and E3. RGB value is (122,239,227). Sum of RGB (Red+Green+Blue) = 122+239+227=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEFE3 is #85101C. Grayscale: #CACACA. Windows color (decimal): -8720413 or 14937978. OLE color: 14937978.

HSL color Cylindrical-coordinate representation of color #7AEFE3: hue angle of 173.85º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEFE3 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB122239227-
CMYK0.4900.050.06
HSL173.85º78.52%70.78%-
HSV(B)173.85º48.95%93.73%-
XYZ52.7671.4283.68-
YUV202.65141.7470.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.75%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 227 (89.06% from 255) = 38.61%
R=20.75%
G=40.65%
B=38.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222392270.4900.050.06173.8578.5270.78
Hex7AEFE331056ae4f47
Octal17235734361056256117107
Binary1111010111011111110001111000101011101010111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,239,227); }

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

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

 a { background-color: rgb(122,239,227); }

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

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

 span { border-color: rgb(122,239,227); }

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