#8AEDDB

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

Shades of Aquamarine #8AEDDB

Tints of Aquamarine #8AEDDB

Color information

#8AEDDB (or 0x8AEDDB) is unknown color: approx Aquamarine. HEX triplet: 8A, ED and DB. RGB value is (138,237,219). Sum of RGB (Red+Green+Blue) = 138+237+219=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDDB is #751224. Grayscale: #CDCDCD. Windows color (decimal): -7672357 or 14413194. OLE color: 14413194.

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

Color convert

RGB138237219-
CMYK0.4200.080.07
HSL169.09º73.33%73.53%-
HSV(B)169.09º41.77%92.94%-
XYZ53.5571.0977.92-
YUV205.35135.779.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.23%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=23.23%
G=39.90%
B=36.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382372190.4200.080.07169.0973.3373.53
Hex8AEDDB2A087a9494a
Octal212355333520107251111112
Binary100010101110110111011011101010010001111010100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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