#8AFFBE

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

Shades of Aquamarine #8AFFBE

Tints of Aquamarine #8AFFBE

Color information

#8AFFBE (or 0x8AFFBE) is unknown color: approx Aquamarine. HEX triplet: 8A, FF and BE. RGB value is (138,255,190). Sum of RGB (Red+Green+Blue) = 138+255+190=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFBE is #750041. Grayscale: #D4D4D4. Windows color (decimal): -7667778 or 12517258. OLE color: 12517258.

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

Color convert

RGB138255190-
CMYK0.4600.250
HSL146.67º100%77.06%-
HSV(B)146.67º45.88%100%-
XYZ55.5480.6461.35-
YUV212.61115.2474.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=23.67%
G=43.74%
B=32.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551900.4600.250146.6710077.06
Hex8AFFBE2E019093644d
Octal212377276560310223144115
Binary10001010111111111011111010111001100101001001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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