#8AFADE

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

Shades of Aquamarine #8AFADE

Tints of Aquamarine #8AFADE

Color information

#8AFADE (or 0x8AFADE) is unknown color: approx Aquamarine. HEX triplet: 8A, FA and DE. RGB value is (138,250,222). Sum of RGB (Red+Green+Blue) = 138+250+222=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFADE is #750521. Grayscale: #D5D5D5. Windows color (decimal): -7669026 or 14613130. OLE color: 14613130.

HSL color Cylindrical-coordinate representation of color #8AFADE: hue angle of 165º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFADE is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB138250222-
CMYK0.4500.110.02
HSL165º91.8%76.08%-
HSV(B)165º44.8%98.04%-
XYZ57.8579.0581.32-
YUV213.32132.8974.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.62%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=22.62%
G=40.98%
B=36.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382502220.4500.110.0216591.876.08
Hex8AFADE2D0B2a55c4c
Octal212372336550132245134114
Binary10001010111110101101111010110101011101010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFADE; }

 p { color: rgb(138,250,222); }

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

<style>
 a { background-color: #8AFADE; }

 a { background-color: rgb(138,250,222); }

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

<style>
 span { border-color: #8AFADE; }

 span { border-color: rgb(138,250,222); }

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