#8AFDDE

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

Shades of Aquamarine #8AFDDE

Tints of Aquamarine #8AFDDE

Color information

#8AFDDE (or 0x8AFDDE) is unknown color: approx Aquamarine. HEX triplet: 8A, FD and DE. RGB value is (138,253,222). Sum of RGB (Red+Green+Blue) = 138+253+222=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDDE is #750221. Grayscale: #D7D7D7. Windows color (decimal): -7668258 or 14613898. OLE color: 14613898.

HSL color Cylindrical-coordinate representation of color #8AFDDE: hue angle of 163.83º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDDE is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB138253222-
CMYK0.4500.120.01
HSL163.83º96.64%76.67%-
HSV(B)163.83º45.45%99.22%-
XYZ58.7980.9381.63-
YUV215.08131.973.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.51%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=22.51%
G=41.27%
B=36.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382532220.4500.120.01163.8396.6476.67
Hex8AFDDE2D0C1a4614d
Octal212375336550141244141115
Binary1000101011111101110111101011010110011010010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,222); }

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

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

 a { background-color: rgb(138,253,222); }

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

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

 span { border-color: rgb(138,253,222); }

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