#7AFEB8

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

Shades of Aquamarine #7AFEB8

Tints of Aquamarine #7AFEB8

Color information

#7AFEB8 (or 0x7AFEB8) is unknown color: approx Aquamarine. HEX triplet: 7A, FE and B8. RGB value is (122,254,184). Sum of RGB (Red+Green+Blue) = 122+254+184=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEB8 is #850147. Grayscale: #CECECE. Windows color (decimal): -8716616 or 12123770. OLE color: 12123770.

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

Color convert

RGB122254184-
CMYK0.5200.280.00
HSL148.18º98.51%73.73%-
HSV(B)148.18º51.97%99.61%-
XYZ52.1278.4857.75-
YUV206.55115.2767.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.79%
GREEN value IS 254 (99.61% from 255) = 45.36%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=21.79%
G=45.36%
B=32.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1222541840.5200.280.00148.1898.5173.73
Hex7AFEB83401C094634a
Octal172376270640340224143112
Binary1111010111111101011100011010001110001001010011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,254,184); }

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

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

 a { background-color: rgb(122,254,184); }

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

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

 span { border-color: rgb(122,254,184); }

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