#8AF5E6

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

Shades of Aquamarine #8AF5E6

Tints of Aquamarine #8AF5E6

Color information

#8AF5E6 (or 0x8AF5E6) is unknown color: approx Aquamarine. HEX triplet: 8A, F5 and E6. RGB value is (138,245,230). Sum of RGB (Red+Green+Blue) = 138+245+230=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF5E6 is #750A19. Grayscale: #D3D3D3. Windows color (decimal): -7670298 or 15136138. OLE color: 15136138.

HSL color Cylindrical-coordinate representation of color #8AF5E6: hue angle of 171.59º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5E6 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB138245230-
CMYK0.4400.060.04
HSL171.59º84.25%75.1%-
HSV(B)171.59º43.67%96.08%-
XYZ57.4276.4286.59-
YUV211.3138.5575.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.51%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=22.51%
G=39.97%
B=37.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382452300.4400.060.04171.5984.2575.1
Hex8AF5E62C064ac544b
Octal21236534654064254124113
Binary10001010111101011110011010110001101001010110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,245,230); }

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

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

 a { background-color: rgb(138,245,230); }

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

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

 span { border-color: rgb(138,245,230); }

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