#8AFBE9

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

Shades of Aquamarine #8AFBE9

Tints of Aquamarine #8AFBE9

Color information

#8AFBE9 (or 0x8AFBE9) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and E9. RGB value is (138,251,233). Sum of RGB (Red+Green+Blue) = 138+251+233=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBE9 is #750416. Grayscale: #D7D7D7. Windows color (decimal): -7668759 or 15334282. OLE color: 15334282.

HSL color Cylindrical-coordinate representation of color #8AFBE9: hue angle of 170.44º degrees, saturation: 0.93, 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 #8AFBE9 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB138251233-
CMYK0.4500.070.02
HSL170.44º93.39%76.27%-
HSV(B)170.44º45.02%98.43%-
XYZ59.6980.2889.44-
YUV215.16138.0672.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.19%
GREEN value IS 251 (98.44% from 255) = 40.35%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=22.19%
G=40.35%
B=37.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512330.4500.070.02170.4493.3976.27
Hex8AFBE92D072aa5d4c
Octal21237335155072252135114
Binary1000101011111011111010011011010111101010101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,233); }

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

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

 a { background-color: rgb(138,251,233); }

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

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

 span { border-color: rgb(138,251,233); }

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