#8AFCDB

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

Shades of Aquamarine #8AFCDB

Tints of Aquamarine #8AFCDB

Color information

#8AFCDB (or 0x8AFCDB) is unknown color: approx Aquamarine. HEX triplet: 8A, FC and DB. RGB value is (138,252,219). Sum of RGB (Red+Green+Blue) = 138+252+219=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCDB is #750324. Grayscale: #D6D6D6. Windows color (decimal): -7668517 or 14417034. OLE color: 14417034.

HSL color Cylindrical-coordinate representation of color #8AFCDB: hue angle of 162.63º 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 #8AFCDB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB138252219-
CMYK0.4500.130.01
HSL162.63º95%76.47%-
HSV(B)162.63º45.24%98.82%-
XYZ58.0880.1479.43-
YUV214.15130.7373.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.66%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=22.66%
G=41.38%
B=35.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382522190.4500.130.01162.639576.47
Hex8AFCDB2D0D1a35f4c
Octal212374333550151243137114
Binary1000101011111100110110111011010110111010001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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