#8AFCBD

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

Shades of Aquamarine #8AFCBD

Tints of Aquamarine #8AFCBD

Color information

#8AFCBD (or 0x8AFCBD) is unknown color: approx Aquamarine. HEX triplet: 8A, FC and BD. RGB value is (138,252,189). Sum of RGB (Red+Green+Blue) = 138+252+189=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCBD is #750342. Grayscale: #D2D2D2. Windows color (decimal): -7668547 or 12450954. OLE color: 12450954.

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

Color convert

RGB138252189-
CMYK0.4500.250.01
HSL146.84º95%76.47%-
HSV(B)146.84º45.24%98.82%-
XYZ54.4878.760.46-
YUV210.73115.7376.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.83%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=23.83%
G=43.52%
B=32.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521890.4500.250.01146.849576.47
Hex8AFCBD2D0191935f4c
Octal212374275550311223137114
Binary10001010111111001011110110110101100111001001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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