#8AFFD8

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

Shades of Aquamarine #8AFFD8

Tints of Aquamarine #8AFFD8

Color information

#8AFFD8 (or 0x8AFFD8) is unknown color: approx Aquamarine. HEX triplet: 8A, FF and D8. RGB value is (138,255,216). Sum of RGB (Red+Green+Blue) = 138+255+216=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFD8 is #750027. Grayscale: #D7D7D7. Windows color (decimal): -7667752 or 14221194. OLE color: 14221194.

HSL color Cylindrical-coordinate representation of color #8AFFD8: hue angle of 160º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFD8 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB138255216-
CMYK0.4600.150
HSL160º100%77.06%-
HSV(B)160º45.88%100%-
XYZ58.6481.8877.68-
YUV215.57128.2472.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.66%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=22.66%
G=41.87%
B=35.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382552160.4600.15016010077.06
Hex8AFFD82E0F0a0644d
Octal212377330560170240144115
Binary1000101011111111110110001011100111101010000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,255,216); }

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

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

 a { background-color: rgb(138,255,216); }

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

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

 span { border-color: rgb(138,255,216); }

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