#8AFFBD

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

Shades of Aquamarine #8AFFBD

Tints of Aquamarine #8AFFBD

Color information

#8AFFBD (or 0x8AFFBD) is unknown color: approx Aquamarine. HEX triplet: 8A, FF and BD. RGB value is (138,255,189). Sum of RGB (Red+Green+Blue) = 138+255+189=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFBD is #750042. Grayscale: #D4D4D4. Windows color (decimal): -7667779 or 12451722. OLE color: 12451722.

HSL color Cylindrical-coordinate representation of color #8AFFBD: hue angle of 146.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFBD is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB138255189-
CMYK0.4600.260
HSL146.15º100%77.06%-
HSV(B)146.15º45.88%100%-
XYZ55.4380.660.78-
YUV212.49114.7474.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.71%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=23.71%
G=43.81%
B=32.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551890.4600.260146.1510077.06
Hex8AFFBD2E01A092644d
Octal212377275560320222144115
Binary10001010111111111011110110111001101001001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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