#8BE8AA

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

Shades of Vista Blue #8BE8AA

Tints of Vista Blue #8BE8AA

Color information

#8BE8AA (or 0x8BE8AA) is unknown color: approx Vista Blue. HEX triplet: 8B, E8 and AA. RGB value is (139,232,170). Sum of RGB (Red+Green+Blue) = 139+232+170=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE8AA is #741755. Grayscale: #C5C5C5. Windows color (decimal): -7608150 or 11200651. OLE color: 11200651.

HSL color Cylindrical-coordinate representation of color #8BE8AA: hue angle of 140º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE8AA is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB139232170-
CMYK0.4000.270.09
HSL140º66.91%72.75%-
HSV(B)140º40.09%90.98%-
XYZ46.7666.148.33-
YUV197.12112.6986.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 232 (91.02% from 255) = 42.88%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=25.69%
G=42.88%
B=31.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392321700.4000.270.0914066.9172.75
Hex8BE8AA2801B98c4349
Octal2133502525003311214103111
Binary10001011111010001010101010100001101110011000110010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,232,170); }

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

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

 a { background-color: rgb(139,232,170); }

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

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

 span { border-color: rgb(139,232,170); }

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