#8AEEE1

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

Shades of Aquamarine #8AEEE1

Tints of Aquamarine #8AEEE1

Color information

#8AEEE1 (or 0x8AEEE1) is unknown color: approx Aquamarine. HEX triplet: 8A, EE and E1. RGB value is (138,238,225). Sum of RGB (Red+Green+Blue) = 138+238+225=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEE1 is #75111E. Grayscale: #CECECE. Windows color (decimal): -7672095 or 14806666. OLE color: 14806666.

HSL color Cylindrical-coordinate representation of color #8AEEE1: hue angle of 172.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEE1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB138238225-
CMYK0.4200.050.07
HSL172.2º74.63%73.73%-
HSV(B)172.2º42.02%93.33%-
XYZ54.6571.9982.25-
YUV206.62138.3779.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.96%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=22.96%
G=39.60%
B=37.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382382250.4200.050.07172.274.6373.73
Hex8AEEE12A057ac4b4a
Octal21235634152057254113112
Binary10001010111011101110000110101001011111010110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,225); }

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

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

 a { background-color: rgb(138,238,225); }

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

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

 span { border-color: rgb(138,238,225); }

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