#8AFBDA

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

Shades of Aquamarine #8AFBDA

Tints of Aquamarine #8AFBDA

Color information

#8AFBDA (or 0x8AFBDA) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and DA. RGB value is (138,251,218). Sum of RGB (Red+Green+Blue) = 138+251+218=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBDA is #750425. Grayscale: #D5D5D5. Windows color (decimal): -7668774 or 14351242. OLE color: 14351242.

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

Color convert

RGB138251218-
CMYK0.4500.130.02
HSL162.48º93.39%76.27%-
HSV(B)162.48º45.02%98.43%-
XYZ57.6379.4678.63-
YUV213.45130.5674.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.73%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=22.73%
G=41.35%
B=35.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512180.4500.130.02162.4893.3976.27
Hex8AFBDA2D0D2a25d4c
Octal212373332550152242135114
Binary10001010111110111101101010110101101101010001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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