#8AEDCE

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

Shades of Aquamarine #8AEDCE

Tints of Aquamarine #8AEDCE

Color information

#8AEDCE (or 0x8AEDCE) is unknown color: approx Aquamarine. HEX triplet: 8A, ED and CE. RGB value is (138,237,206). Sum of RGB (Red+Green+Blue) = 138+237+206=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDCE is #751231. Grayscale: #CBCBCB. Windows color (decimal): -7672370 or 13561226. OLE color: 13561226.

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

Color convert

RGB138237206-
CMYK0.4200.130.07
HSL161.21º73.33%73.53%-
HSV(B)161.21º41.77%92.94%-
XYZ51.9170.4369.25-
YUV203.86129.281.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.75%
GREEN value IS 237 (92.97% from 255) = 40.79%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=23.75%
G=40.79%
B=35.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382372060.4200.130.07161.2173.3373.53
Hex8AEDCE2A0D7a1494a
Octal212355316520157241111112
Binary100010101110110111001110101010011011111010000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,237,206); }

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

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

 a { background-color: rgb(138,237,206); }

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

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

 span { border-color: rgb(138,237,206); }

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