#8AFCD9

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

Shades of Aquamarine #8AFCD9

Tints of Aquamarine #8AFCD9

Color information

#8AFCD9 (or 0x8AFCD9) is unknown color: approx Aquamarine. HEX triplet: 8A, FC and D9. RGB value is (138,252,217). Sum of RGB (Red+Green+Blue) = 138+252+217=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCD9 is #750326. Grayscale: #D5D5D5. Windows color (decimal): -7668519 or 14285962. OLE color: 14285962.

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

Color convert

RGB138252217-
CMYK0.4500.140.01
HSL161.58º95%76.47%-
HSV(B)161.58º45.24%98.82%-
XYZ57.8280.0378.05-
YUV213.92129.7373.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.73%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=22.73%
G=41.52%
B=35.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382522170.4500.140.01161.589576.47
Hex8AFCD92D0E1a25f4c
Octal212374331550161242137114
Binary1000101011111100110110011011010111011010001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,252,217); }

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

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

 a { background-color: rgb(138,252,217); }

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

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

 span { border-color: rgb(138,252,217); }

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