#8AEDDC

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

Shades of Aquamarine #8AEDDC

Tints of Aquamarine #8AEDDC

Color information

#8AEDDC (or 0x8AEDDC) is unknown color: approx Aquamarine. HEX triplet: 8A, ED and DC. RGB value is (138,237,220). Sum of RGB (Red+Green+Blue) = 138+237+220=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDDC is #751223. Grayscale: #CDCDCD. Windows color (decimal): -7672356 or 14478730. OLE color: 14478730.

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

Color convert

RGB138237220-
CMYK0.4200.070.07
HSL169.7º73.33%73.53%-
HSV(B)169.7º41.77%92.94%-
XYZ53.6871.1478.61-
YUV205.46136.279.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.19%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=23.19%
G=39.83%
B=36.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382372200.4200.070.07169.773.3373.53
Hex8AEDDC2A077aa494a
Octal21235533452077252111112
Binary10001010111011011101110010101001111111010101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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