#8AEED7

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

Shades of Aquamarine #8AEED7

Tints of Aquamarine #8AEED7

Color information

#8AEED7 (or 0x8AEED7) is unknown color: approx Aquamarine. HEX triplet: 8A, EE and D7. RGB value is (138,238,215). Sum of RGB (Red+Green+Blue) = 138+238+215=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEED7 is #751128. Grayscale: #CDCDCD. Windows color (decimal): -7672105 or 14151306. OLE color: 14151306.

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

Color convert

RGB138238215-
CMYK0.4200.100.07
HSL166.2º74.63%73.73%-
HSV(B)166.2º42.02%93.33%-
XYZ53.3271.4675.27-
YUV205.48133.3779.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.35%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=23.35%
G=40.27%
B=36.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382382150.4200.100.07166.274.6373.73
Hex8AEED72A0A7a64b4a
Octal212356327520127246113112
Binary100010101110111011010111101010010101111010011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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