#8BC0AA

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

Shades of Skeptic #8BC0AA

Tints of Skeptic #8BC0AA

Color information

#8BC0AA (or 0x8BC0AA) is unknown color: approx Skeptic. HEX triplet: 8B, C0 and AA. RGB value is (139,192,170). Sum of RGB (Red+Green+Blue) = 139+192+170=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC0AA is #743F55. Grayscale: #ADADAD. Windows color (decimal): -7618390 or 11190411. OLE color: 11190411.

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

Color convert

RGB139192170-
CMYK0.2800.110.25
HSL155.09º29.61%64.9%-
HSV(B)155.09º27.6%75.29%-
XYZ36.7546.0944.99-
YUV173.64125.94103.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=27.74%
G=38.32%
B=33.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391921700.2800.110.25155.0929.6164.9
Hex8BC0AA1C0B199b1e41
Octal213300252340133123336101
Binary10001011110000001010101011100010111100110011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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