#8BBEA8

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

Shades of Skeptic #8BBEA8

Tints of Skeptic #8BBEA8

Color information

#8BBEA8 (or 0x8BBEA8) is unknown color: approx Skeptic. HEX triplet: 8B, BE and A8. RGB value is (139,190,168). Sum of RGB (Red+Green+Blue) = 139+190+168=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEA8 is #744157. Grayscale: #ACACAC. Windows color (decimal): -7618904 or 11058827. OLE color: 11058827.

HSL color Cylindrical-coordinate representation of color #8BBEA8: hue angle of 154.12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEA8 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB139190168-
CMYK0.2700.120.25
HSL154.12º28.18%64.51%-
HSV(B)154.12º26.84%74.51%-
XYZ36.1345.1443.86-
YUV172.24125.6104.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.97%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=27.97%
G=38.23%
B=33.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901680.2700.120.25154.1228.1864.51
Hex8BBEA81B0C199a1c41
Octal213276250330143123234101
Binary10001011101111101010100011011011001100110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,168); }

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

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

 a { background-color: rgb(139,190,168); }

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

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

 span { border-color: rgb(139,190,168); }

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