#8AF8BD

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

Shades of Aquamarine #8AF8BD

Tints of Aquamarine #8AF8BD

Color information

#8AF8BD (or 0x8AF8BD) is unknown color: approx Aquamarine. HEX triplet: 8A, F8 and BD. RGB value is (138,248,189). Sum of RGB (Red+Green+Blue) = 138+248+189=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF8BD is #750742. Grayscale: #D0D0D0. Windows color (decimal): -7669571 or 12449930. OLE color: 12449930.

HSL color Cylindrical-coordinate representation of color #8AF8BD: hue angle of 147.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF8BD is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB138248189-
CMYK0.4400.240.03
HSL147.82º88.71%75.69%-
HSV(B)147.82º44.35%97.25%-
XYZ53.2376.2160.05-
YUV208.38117.0677.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24%
GREEN value IS 248 (97.27% from 255) = 43.13%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=24%
G=43.13%
B=32.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382481890.4400.240.03147.8288.7175.69
Hex8AF8BD2C018394594c
Octal212370275540303224131114
Binary100010101111100010111101101100011000111001010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,248,189); }

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

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

 a { background-color: rgb(138,248,189); }

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

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

 span { border-color: rgb(138,248,189); }

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