#8AFBDC

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

Shades of Aquamarine #8AFBDC

Tints of Aquamarine #8AFBDC

Color information

#8AFBDC (or 0x8AFBDC) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and DC. RGB value is (138,251,220). Sum of RGB (Red+Green+Blue) = 138+251+220=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBDC is #750423. Grayscale: #D5D5D5. Windows color (decimal): -7668772 or 14482314. OLE color: 14482314.

HSL color Cylindrical-coordinate representation of color #8AFBDC: hue angle of 163.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFBDC is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB138251220-
CMYK0.4500.120.02
HSL163.54º93.39%76.27%-
HSV(B)163.54º45.02%98.43%-
XYZ57.979.5680.02-
YUV213.68131.5674.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.66%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=22.66%
G=41.22%
B=36.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512200.4500.120.02163.5493.3976.27
Hex8AFBDC2D0C2a45d4c
Octal212373334550142244135114
Binary10001010111110111101110010110101100101010010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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