#8AFFEB

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

Shades of Aquamarine #8AFFEB

Tints of Aquamarine #8AFFEB

Color information

#8AFFEB (or 0x8AFFEB) is unknown color: approx Aquamarine. HEX triplet: 8A, FF and EB. RGB value is (138,255,235). Sum of RGB (Red+Green+Blue) = 138+255+235=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFEB is #750014. Grayscale: #D9D9D9. Windows color (decimal): -7667733 or 15466378. OLE color: 15466378.

HSL color Cylindrical-coordinate representation of color #8AFFEB: hue angle of 169.74º 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 #8AFFEB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB138255235-
CMYK0.4600.080
HSL169.74º100%77.06%-
HSV(B)169.74º45.88%100%-
XYZ61.2482.9291.38-
YUV217.74137.7471.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.97%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=21.97%
G=40.61%
B=37.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382552350.4600.080169.7410077.06
Hex8AFFEB2E080aa644d
Octal212377353560100252144115
Binary1000101011111111111010111011100100001010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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