#8AFEEB

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

Shades of Aquamarine #8AFEEB

Tints of Aquamarine #8AFEEB

Color information

#8AFEEB (or 0x8AFEEB) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and EB. RGB value is (138,254,235). Sum of RGB (Red+Green+Blue) = 138+254+235=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEEB is #750114. Grayscale: #D9D9D9. Windows color (decimal): -7667989 or 15466122. OLE color: 15466122.

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

Color convert

RGB138254235-
CMYK0.4600.070.00
HSL170.17º98.31%76.86%-
HSV(B)170.17º45.67%99.61%-
XYZ60.9282.2991.27-
YUV217.15138.0771.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.01%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=22.01%
G=40.51%
B=37.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382542350.4600.070.00170.1798.3176.86
Hex8AFEEB2E070aa624d
Octal21237635356070252142115
Binary100010101111111011101011101110011101010101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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