#8AEED1

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

Shades of Aquamarine #8AEED1

Tints of Aquamarine #8AEED1

Color information

#8AEED1 (or 0x8AEED1) is unknown color: approx Aquamarine. HEX triplet: 8A, EE and D1. RGB value is (138,238,209). Sum of RGB (Red+Green+Blue) = 138+238+209=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEED1 is #75112E. Grayscale: #CCCCCC. Windows color (decimal): -7672111 or 13758090. OLE color: 13758090.

HSL color Cylindrical-coordinate representation of color #8AEED1: hue angle of 162.6º 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 #8AEED1 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB138238209-
CMYK0.4200.120.07
HSL162.6º74.63%73.73%-
HSV(B)162.6º42.02%93.33%-
XYZ52.5671.1671.29-
YUV204.79130.3780.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.59%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=23.59%
G=40.68%
B=35.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382382090.4200.120.07162.674.6373.73
Hex8AEED12A0C7a34b4a
Octal212356321520147243113112
Binary100010101110111011010001101010011001111010001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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